
W dniu 5 kwietnia 2010 22:04 użytkownik ~suv <suv-sf@...58...> napisał:
Using Inkscape for technical drawings and diagrams will be more difficult with the changed orientation of the coordinate system. To me - having a background in CAAD - it doesn't seem logical (besides adhering to the SVG standards).
Adhering to the SVG standard at the DOM (SP tree) level looks logical to me. We can then implement a different mechanism for specifying the coordinate system to be shown in the UI, but at the DOM level everything should be in SVG coordinates. Essentially the document / desktop split was a design error.
Can anyone look into the 3D Box regression? I have run out of ideas on how to fix it. If nobody figures this out, we have two options: a) leave 3D Box broken, forcing the users to V-flip them after opening the document; b) revert the fix. I don't think a) is going to sit well with users.
Note that this is essentially a design error in the guides and the 3D Box tool, and we'll have to fix it sooner or later. Probably the approach I've taken (convert coordinates at the DOM level) is wrong, and I should handle this in sp_document_create by fixing the incorrect values in the XML as the document is loaded. This would fix the guides + undo issue.
Regards, Krzysztof