Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Auxiliary/Settings/Affinity/3.0/Settings/SnappingSetup.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Serif.Interop.Persona.Settings.SnappingSettings">
<SnappingEnabled>True</SnappingEnabled>
<SnappingEnabled>False</SnappingEnabled>
<ScreenTolerance>8</ScreenTolerance>
<ScreenMinSize>8</ScreenMinSize>
<NodeToolSnapToNodes>False</NodeToolSnapToNodes>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Serif.Interop.Persona.Settings.SnappingSettings">
<SnappingEnabled>True</SnappingEnabled>
<SnappingEnabled>False</SnappingEnabled>
<ScreenTolerance>8</ScreenTolerance>
<ScreenMinSize>8</ScreenMinSize>
<NodeToolSnapToNodes>False</NodeToolSnapToNodes>
Expand Down
2 changes: 2 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ Click on icon for more context if available:
> - [Exporting keeps offsetting by a Pixel?](https://discord.com/channels/1281706644073611358/1418128283408531509)
> - [How to set wine to darkmode?](https://github.com/seapear/AffinityOnLinux/tree/main/Guides#enabling-dark-theme-in-wine)
> - [I can't put redock/rearrange my panels?](https://github.com/seapear/AffinityOnLinux/issues/67#issuecomment-3314310457)
> - **Designer or Publisher freezes when working with nested SVG groups?**
> This is a known Wine `d2d1` limitation ([#76](https://github.com/seapear/AffinityOnLinux/issues/76), [#109](https://github.com/seapear/AffinityOnLinux/issues/109)). Workaround: keep snapping (the magnet tool) disabled while editing nested SVG curves. If you need snapping, install [AffinityPluginLoader + WineFix](Guides/Settings.md) — its patched `d2d1.dll` fixes the underlying bezier-geometry freeze. If the app hangs, use your desktop's "Terminate" on the window and click **Cancel** on the save prompt to recover without force-killing the process.

### How do I get support?
> *Post a question in the [Github Issues](https://github.com/seapear/AffinityOnLinux/issues) or Check out the [Discord](https://discord.com/invite/t5V9ecpJWZ)*
Expand Down