mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 12:16:11 +02:00
🐛 Fix gap between contiguous shapes
This commit is contained in:
parent
4adc5d25a7
commit
39fa939f58
2 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
- 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)
|
- 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 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)
|
- Fix sidebar icon in viewer mode [Taiga #3184](https://tree.taiga.io/project/penpot/issue/3184)
|
||||||
|
|
|
@ -212,6 +212,7 @@
|
||||||
:xmlnsXlink "http://www.w3.org/1999/xlink"
|
:xmlnsXlink "http://www.w3.org/1999/xlink"
|
||||||
:xmlns:penpot "https://penpot.app/xmlns"
|
:xmlns:penpot "https://penpot.app/xmlns"
|
||||||
:preserveAspectRatio "xMidYMid meet"
|
:preserveAspectRatio "xMidYMid meet"
|
||||||
|
:shape-rendering "crispEdges"
|
||||||
:key (str "render" page-id)
|
:key (str "render" page-id)
|
||||||
:width (:width vport 0)
|
:width (:width vport 0)
|
||||||
:height (:height vport 0)
|
:height (:height vport 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue