Created attachment 85358 [details] document with test code LibreLogo creates new shapes at FILL,causing timing problem in SVG SMIL export. (Attached) test code: PICTURE “filled_polyline_animation.svg” [ REPEAT 10 [ V = REPCOUNT + 2 REPEAT V - 1 [ FD 50 RIGHT 360/V ] FILL SLEEP 500 ] ]
Created attachment 85359 [details] fixed SVG SMIL animation with correct timing
Created attachment 85360 [details] document with test code
Created attachment 85361 [details] fixed SVG SMIL animation with correct timing
New and newly attached test code (it really shows the timing problem): PICTURE “filled_polyline_animation.svg” [ REPEAT 10 [ PENUP FILLCOLOR “WHITE” CIRCLE 500 FILLCOLOR ANY PENDOWN V = REPCOUNT + 2 REPEAT V - 1 [ FD 50 RIGHT 360/V ] FILL SLEEP 500 ] ]
Laszlo Nemeth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f48b387d2ca1ab9022a370c2f4e67c8e7f23021c fdo#69041 LibreLogo: fix SVG/SMIL timing with filled polylines The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Laszlo Nemeth committed a patch related to this issue. It has been pushed to "libreoffice-4-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=cd53ac3dbf66b75ea9685121fcf6c5bb6c84feef&h=libreoffice-4-1 fdo#69041 LibreLogo: fix SVG/SMIL timing with filled polylines It will be available in LibreOffice 4.1.3. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Laszlo Nemeth committed a patch related to this issue. It has been pushed to "libreoffice-4-1-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=7940ab6fb6ccf81b096918f8230bca3661c31790&h=libreoffice-4-1-2 fdo#69041 LibreLogo: fix SVG/SMIL timing with filled polylines It will be available already in LibreOffice 4.1.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.