Added #1913 Retaining shape exact position(bounds) in SVG export (Can be turned on in advanced settings)

This commit is contained in:
Jindra Petřík
2023-01-22 22:15:04 +01:00
parent 29e2dc7ce3
commit 99ef1fbbbf
5 changed files with 26 additions and 3 deletions
@@ -665,3 +665,6 @@ config.description.showImportMovieInfo = Displays some info about how importing
config.name.showImportSoundInfo = Show information before importing sounds
config.description.showImportSoundInfo = Displays some info about how importing sounds works after clicking Import sounds in the menu.
config.name.svgRetainBounds = Retain shape bounds during SVG export
config.description.svgRetainBounds = During SVG export, the x, y position of the shape is exported exactly as in SWF (e.g. positive or negative).
@@ -655,3 +655,6 @@ config.description.showImportMovieInfo = Zobraz\u00ed n\u011bjak\u00e9 informace
config.name.showImportSoundInfo = Zobrazit informaci p\u0159ed importem zvuk\u016f
config.description.showImportSoundInfo = Zobraz\u00ed n\u011bjak\u00e9 informace o tom jak import zvuk\u016f funguje po kliku na import zvuk\u016f v menu.
config.name.svgRetainBounds = Zachovat hranice tvaru b\u011bhem exportu SVG
config.description.svgRetainBounds = B\u011bhem exportu SVG bude pozice tvaru x a y exportov\u00e1na p\u0159esn\u011b jako v SWF (tj. pozitivn\u00ed \u010di negativn\u00ed).