mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 17:00:36 -05:00
Revert "🐛 Fix gap between contiguous shapes"
This reverts commit 39fa939f58
.
This commit is contained in:
parent
aa2bb75f95
commit
f2c0683803
2 changed files with 0 additions and 2 deletions
|
@ -45,7 +45,6 @@
|
|||
### :bug: Bugs fixed
|
||||
|
||||
- "Show in exports" is showing in multiselections [Taiga 3194](https://tree.taiga.io/project/penpot/issue/3194)
|
||||
- Fix line gap between shapes [Taiga #3181](https://tree.taiga.io/project/penpot/issue/3181)
|
||||
- Edit file name navigates to the file workspace [Taiga #3183](https://tree.taiga.io/project/penpot/issue/3183)
|
||||
- Fix scroll into view behind fixed element [Taiga #3170](https://tree.taiga.io/project/penpot/issue/3170)
|
||||
- Fix sidebar icon in viewer mode [Taiga #3184](https://tree.taiga.io/project/penpot/issue/3184)
|
||||
|
|
|
@ -212,7 +212,6 @@
|
|||
:xmlnsXlink "http://www.w3.org/1999/xlink"
|
||||
:xmlns:penpot "https://penpot.app/xmlns"
|
||||
:preserveAspectRatio "xMidYMid meet"
|
||||
:shape-rendering "crispEdges"
|
||||
:key (str "render" page-id)
|
||||
:width (:width vport 0)
|
||||
:height (:height vport 0)
|
||||
|
|
Loading…
Reference in a new issue