Issue 4001 - do not put width and height into a generated SVG file
Summary: do not put width and height into a generated SVG file
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: code (show other issues)
Version: 641
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-12 18:47 UTC by iherman
Modified: 2005-01-31 13:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description iherman 2002-04-12 18:47:13 UTC
When a slide is exported into an SVG file, the top level element is something 
like: <svg width="254mm" height="191mm" viewBox="0 0 25400 19100">. There is no 
reason to put exact sized into the header, and the format
<svg viewBox="0 0 25400 19100"> should be enough. By doing so, the slide will 
automatically adapt (rescale) itself to the user agent's windows size, which is 
what (I think) one would expect from a presentation slide.

At least an option should be offered whether the fixed size should be added or 
not.
Comment 1 wolframgarten 2002-06-11 09:31:12 UTC
Reassigned to Christian.
Comment 2 wolframgarten 2002-06-21 11:01:20 UTC
Reassigned to Sven.
Comment 3 sven.jacobi 2002-06-21 16:48:14 UTC
Hope that is the last reassign for this issue, but Kai is definitiv 
the right person for this Issue.
Comment 4 ooo 2002-07-17 09:22:05 UTC
KA: As discussed on the SVG open conference, we will add an export
dialog with an option for this.
Comment 5 ooo 2003-01-08 17:23:30 UTC
KA: changed target milestone
Comment 6 ooo 2004-11-08 10:57:36 UTC
Resolved on CWS svg03. width and height are not written in any case at the
moment, since an export dialog is still missing.
Comment 7 ooo 2005-01-18 11:53:17 UTC
reopened
Comment 8 ooo 2005-01-18 11:53:59 UTC
reassigned
Comment 9 ooo 2005-01-18 11:55:49 UTC
resolved
Comment 10 wolframgarten 2005-01-18 14:20:13 UTC
Verified in CWS.
Comment 11 wolframgarten 2005-01-31 13:19:01 UTC
Tested in master. Closed.