[svg-developers] Dynamic load SVG from database

2005-05-01 Thread danielhorng0001
Dear all, I write a simple asp script for dynamic load SVG from database. following is the asp script. Everything is work fine. But when I try to load a lager size SVG (ex: 1400px*1600px), then some part of graphic will be cut. Did anyone can tell me what's going on? Daniel Horng

[svg-developers] Re: Dynamic load SVG from database

2005-05-01 Thread danielhorng0001
Dear Richard, Thank you for your remind. The dynamic SVG doesn't specify the viewBox attribute. Because it is generated by the other program and we don't know How big? of this graphic. I resolve this problem by add overflow attribute to svg tag. Am I right?