seretur / jessyink

Automatically exported from code.google.com/p/jessyink
0 stars 0 forks source link

Using a masterpage in jessyink #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Sorry, I couldn't find out how to write an entry to the wiki, so I try it 
with the issues page.

In PowerPoint one can use a master page. It is also possible in JessyInk!

How to use a master page
1. Select  the lowest layer in Inkscape (e.g."Title" in "jessyink_0_1.svg".
2. Create a new layer below the lowest layer and call it e.g. "Master"
3. Draw background elements and images as you like it
4. Lock the layer "Master"
5. Open the "XML-Editor" in Inkscape.
6. Select the first element "svg:g"
7. On the right hand side select the "inkscape:groupmode" attribute and 
click on "delete attribute" above in the symbol panel (see also attached 
screenshot).
that's it!

If you want to modify the Master:
1. Open the "XML-Editor" in Inkscape.
2. Select the first element "svg:g"
3. Type "inkscape:groupmode" in the empty field, enter "layer" as 
attribute value and click "set"
4. Unlock the layer in the "layer" dialog and modify it
5. Lock the layer and delete the inkscape:groupmode-attribute (see above)

When you open this svg in firefox, the Master page will always be 
displayed!

Original issue reported on code.google.com by poisendw...@web.de on 17 Mar 2008 at 5:48

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks a lot for the description! I transfered it to a newly created wiki-page 
on the topic.

Original comment by hannes.h...@gmail.com on 20 Mar 2008 at 6:28