DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40098>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40098 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2006-07-24 11:36 ------- The '-dpi' option adjust the mapping from 'real world' units to user space units. So when dpi==100, 1 inch is treated as 100 user space units. When dpi==200, 1 inch is treated as 200 user space units. Most of the elements of your document use 'real world' units however your filter specification (out of nessesity) uses 'user space' units for the stdDev of the gaussian blur. This means that your filter doesn't scale with the rest of your document. If you want to define a 'scalable' document you need to provide a viewBox that will be fit to the given width and height (then just give the desired width/height on the command line). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
