NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Sydney (Score:1)
In your previous entry you mentioned minutes of a meeting at which SVG issues of kerning and ligatures etc. were discussed - where might those be published? I'm fascinated by SVG but come from a Postscript/PDF perspective and am trying to get a handle on SVGs capabilities/limitations WRT text layout, fonts, presentation quality etc.
Reply to This
Re:Sydney (Score:2)
They'll be published as soon as I'm done cleaning them up :) However I doubt you'll find them of much interest as such though. They are minutes of a live discussion addressing for the most part what happens if a user has defined a ligature in an SVG font that crosses bidi boundaries. It won't give you a good idea of what SVG can do.
As for what SVG can do, well, it's pretty much powerful like hell. I'm biased of course, but speaking the truth nevertheless ;) The next big step for printers is to star
-- Robin Berjon [berjon.com]
Re:Sydney (Score:2)
Re:Sydney (Score:2)
Such bold and isolated statements need be qualified. The Adobe SVG Viewer is slow on Linux, where it is unsupported, for Matt. Lack of official support for Linux is a pain, but on your average mac or windows performance is excellent until you push it too far.
And ASV has very few bugs, you just happened to bump into one (I know, I was there!).
Support is there for the current spec it takes two independent implementations for any feature to make it into the spec. You are being of terrible bad fa
-- Robin Berjon [berjon.com]
Re:Sydney (Score:2)
Re:Sydney (Score:2)
You always complain that things are slow anyway =P It Is Not Slow For Me, including on my old dirty laptop, so that's ok :)
-- Robin Berjon [berjon.com]
Re:Sydney (Score:2)
Re:Sydney (Score:2)
ASV is slow on animated text, especially if it involves opacity. Full stop. CSV, in my limited testing, is not (but you need to grab a non-debug build, which isn't available at this point). Your statement is based on a single experience with a single file. Having developed much larger GUIs using SVG only, and on a modest box, I know it's fast and smooth.
Have you tried making the animation last less long? That might make it faster =}
-- Robin Berjon [berjon.com]
Re:Sydney (SVG now) (Score:1)
I'm writing a tool a developer would use to create a data driven report. For previous generations of this tool I've emitted PDF. Now I think SVG might be better - especially for web presentation.
The other thing you want to do is print these reports - it would be great if printers could consume SVG but for now I'm not troubled as I imagine it wouldn't be too hard to write a special case svg2ps converter (at least for the SVGs my tool is authoring).
The big issue seems to
Re:Sydney (SVG now) (Score:2)
It's hard to tell if SVG is or not right for what you are looking for, at least until the next version. Spacing and kerning can be controlled to a degree but using a system font, depending on how much control you want you may have to go to absolute positionning of individual glyphs.
What yo umight want to do there is use the system font to SVG font converter that ships with Batik and use that to get an SVG font over which you then have full control. That's the way in which fonts are embedded into SV
-- Robin Berjon [berjon.com]