Inkscape 0.48.2 r9819 How to move the beginning of co-ordinates Y (0,0) to a sheet upper edge?

Asked by Alex Elizar

Inkscape 0.48.2 r9819
How to move the beginning of co-ordinates Y (0,0) to a sheet upper edge?

Question information

Language:
English Edit question
Status:
Answered
For:
Inkscape Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
mahfiaz (mahfiaz) said :
#1

If you work directly with SVG objects, add transform="translate(0,-600)" or something to your uppermost <g> group element in SVG file, so it reads:
<g id="id123" transform="translate(0,-600)">

</g>

But since you probably don't, then the answer is: no, it's not possible.

Can you help with this problem?

Provide an answer of your own, or ask Alex Elizar for more information if necessary.

To post a message you must log in.