diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-09-16 17:36:12 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-09-16 17:36:12 +0000 |
| commit | 24b3b2183082d22415c8cb4d4fcf36726d3060c5 (patch) | |
| tree | 71fcd56289c209c6adf1e665039cf4798dc460eb /src/text-chemistry.cpp | |
| parent | Realy fix crash pasting and speed improvements (diff) | |
| download | inkscape-24b3b2183082d22415c8cb4d4fcf36726d3060c5.tar.gz inkscape-24b3b2183082d22415c8cb4d4fcf36726d3060c5.zip | |
Active SVG2 Flow Text by default
Diffstat (limited to 'src/text-chemistry.cpp')
| -rw-r--r-- | src/text-chemistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text-chemistry.cpp b/src/text-chemistry.cpp index aacc686da..fdc38467a 100644 --- a/src/text-chemistry.cpp +++ b/src/text-chemistry.cpp @@ -300,7 +300,7 @@ text_flow_into_shape() } Inkscape::Preferences *prefs = Inkscape::Preferences::get(); - if (prefs->getBool("/tools/text/use_svg2")) { + if (prefs->getBool("/tools/text/use_svg2", true)) { // SVG 2 Text if (SP_IS_TEXT(text)) { |
