Last modified: 2011-07-25 23:04:24 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T32033, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 30033 - svg to png error with stroke-dasharray
svg to png error with stroke-dasharray
Status: RESOLVED DUPLICATE of bug 24000
Product: MediaWiki
Classification: Unclassified
File management (Other open bugs)
unspecified
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: svg
  Show dependency treegraph
 
Reported: 2011-07-24 00:41 UTC by Rainald Koch
Modified: 2011-07-25 23:04 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Rainald Koch 2011-07-24 00:41:36 UTC
File:Doppler radar cos factor.svg looks fine in IE9 and Firefox but is not properly converted to png.

stroke-dasharray is used to draw an arc (section of a circle) and to mark initial parts of several straight lines.

<circle cx="70" cy="140" r="31" fill="none" stroke-dasharray="0 170.4 33 0" />
A full circle is drawn instead of drawing only the last 1/8 of the circle (315° to 360°, after a zero-length dash and a gap of 7/8 of the circumference). 

<path d="M 10  10L200 10" stroke-dasharray="61.6 333" />
There are many dashes and gaps of equal lengths instead of only one dash on the beginning of the line and a subsequent gap beyond the end of the line.

#5110 is also on stroke-dasharray, closed as FIXED. Obviously, testing is carelessly neglected.
Comment 1 Derk-Jan Hartman 2011-07-24 15:12:42 UTC
well it apparently is fixed. Upstream. It's just that the rsvg software we use on the server hasn't been updated in years....
Comment 2 Mark A. Hershberger 2011-07-25 23:04:24 UTC

*** This bug has been marked as a duplicate of bug 24000 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links