> This requires scaling those geographic shapes rather
> drastically (as you
> noted) to make them reasonably sized on-screen. However, I
> would like to
> express the stroke-width in screen pixels, _not_ geographic units. Is
> this possible? I.e., can I make the stroke-width exempt from
> the scaling
> transform?

I rather fear that the answer is in the negative, as perhaps the
following little example shows:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns='http://www.w3.org/2000/svg'
xmlns:xlink="http://www.w3.org/1999/xlink"; width='400' height='400'>
<defs>
<g id='test'>
<rect width='4' height='4' fill='none' transform='scale(100)'/>
<rect x='90' y='90' width='210' height='210' fill='none'/>
</g>
</defs>
<use xlink:href='#test' stroke-width='1' stroke='#000'/>
</svg>

Regards,

CPKS



-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to