Revision Graph SVG Export: "viewBox" Attribute would be helpful
From: Christoph Obermair <christoph.obermair_at_gmx.at>
Date: Mon, 8 Aug 2011 00:53:24 -0700 (PDT)
hi,
it would be good if the exported svg file contains not only width and height attributes in the <svg> tag, but also the viewBox attribute, i.e.:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="graphWidth" height="graphHeight" viewBox="0 0 graphWidth graphHeight">
the viewBox attribute is essential for allowing the svg to be scaled when embedded in an <object> tag of an html page.
best regards,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.