[svg-developers] Re: scaling objects

2005-03-18 Thread zdubii2000
= Ymax - Ymin svg ... width=100% height=100% viewBox=Xmin Ymin userwidth userheight Using viewBox makes the SVG viewer automatically do a transformation (translate and scale) before rendering the document HTH, Aashish --- In svg-developers@yahoogroups.com, zdubii2000 [EMAIL

[svg-developers] scaling objects

2005-03-15 Thread zdubii2000
Hello! I have a small problem. I made a SVG drawing of a building, but it's to large. I'd like to know how to make it smaller without changing all the coordinates :). I tried scaling it with the scale transform, but it takes too much time to load. Same thing happened when I changed the width