Hi,

Andreas, thank you for your contribution!

> it took me a while to figure out the intended effect...
> Changing the stroke-color for each of the three lines 
> does show that scaling works like a charm here.

This is all my fault!!!!!! I'm sorry!!!
I wanted a simple example to explain my problem
and I found (by chance) one that was misleading!!!

Like that, it is better:

<fo:instream-foreign-object
 height="4cm" width="4cm"
 content-height="scale-to-fit" content-width="scale-to-fit"
 scaling="uniform">
  <svg:svg width="60" height="60">
    <svg:g>
      <svg:line x1="0" y1="0" x2="0" y2="40" stroke="#FF0000" />
      <svg:line x1="4" y1="0" x2="4" y2="50" stroke="#00FF00" />
      <svg:line x1="8" y1="0" x2="8" y2="60" stroke="#0000FF" />
    </svg:g>
  </svg:svg>
</fo:instream-foreign-object>

Oh what a misfortune!

And your solution works!
That's great.
Thank a lot.

See you.

--
Lmhelp
-- 
View this message in context: 
http://www.nabble.com/scale-to-fit%2C-svg-group-tp19517624p19541150.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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

Reply via email to