I am having problems trying to bridge between the pixel unit of measure
that SVG outputs, and the centimeter unit of measure that the print media
uses...

I am using batik to output svg using the SVGRaphics2D class.  When the SVG
document is created, all the units of measure are in pixels.

I am using the svg file in fo, with all the pages defined in terms of
centimeters.  If my page is 11cm long, I want my svg graphic to be 11cm
long...

I have been playing with the pixel values (by setting the length and width
attributes of the dimension objects that I use), but it feels like a
guessing game...

Pixels are device dependent (arbitrary), whereas centimeters are real
world units...

Is there a reliable way to figure out how many pixels are in 11cm?

I did google for a couple of hours, but can not find the answer to my
question.

Thanks!



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to