diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-06-10 14:20:18 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-08-05 00:31:06 +0000 |
| commit | 7aaeaacc08de60fd324646afe69f4dbed93f89d4 (patch) | |
| tree | 13c87e946659151021e553dc3b752c3dbcd2f4a2 /src/preferences-skeleton.h | |
| parent | Fix one symbolic icon bug (diff) | |
| download | inkscape-7aaeaacc08de60fd324646afe69f4dbed93f89d4.tar.gz inkscape-7aaeaacc08de60fd324646afe69f4dbed93f89d4.zip | |
Allow inkscape handle units and percent in dasharray and dashoffset. Add pref optional to scale dashes on stroke scale
Diffstat (limited to 'src/preferences-skeleton.h')
| -rw-r--r-- | src/preferences-skeleton.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 2a6083e55..c9479e90e 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -307,6 +307,7 @@ static char const preferences_skeleton[] = " <group id=\"stickyzoom\" value=\"0\"/>\n" " <group id=\"selcue\" value=\"2\"/>\n" " <group id=\"transform\" stroke=\"1\" rectcorners=\"1\" pattern=\"1\" gradient=\"1\" />\n" +" <group id=\"dash\" scale=\"1\" />\n" " <group id=\"kbselection\" inlayer=\"1\" onlyvisible=\"1\" onlysensitive=\"1\" />\n" " <group id=\"selection\" layerdeselect=\"1\" />\n" " <group id=\"createbitmap\"/>\n" |
