diff --git a/CHANGES.md b/CHANGES.md index 7e14b2bc3..333879833 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/frontend/src/app/main/ui/workspace/viewport.cljs b/frontend/src/app/main/ui/workspace/viewport.cljs index 4d70a247a..900dd304b 100644 --- a/frontend/src/app/main/ui/workspace/viewport.cljs +++ b/frontend/src/app/main/ui/workspace/viewport.cljs @@ -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)