I vould like to create some JavaScript that vould: - transform arcs into cubic Bézier curves - transform styled paths into fill areas - apply custom strokes to paths - apply transforms to path data This scripts can be used in SVG creation tools
Q: Are any of this tools already a part of Batik? To achieve this the most standard way vould be to use standard SVG-DOM interfaces for paths. http://www.w3.org/TR/SVG/paths.html#DOMInterfaces Q: Are there any examples of usage of this interfaces in JavaScript Batik does not support horiz-origin-x and horiz-origin-y for defining the font coordinate system. I would like to transform my fonts to TrueType and this is why I need the tools listed on the top (TrueType does not support arcs and I have stroke only SVG fonts, that have to be transformed into fils). iztok jeras www.rattus.info ------------------------------ http://webmail.domenca.com ------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
