Skip to content

Instantly share code, notes, and snippets.

@aumouvantsillage
Created April 20, 2012 19:43
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aumouvantsillage/2431268 to your computer and use it in GitHub Desktop.
Save aumouvantsillage/2431268 to your computer and use it in GitHub Desktop.
Sozi 12.04 hiding frame numbers
<!--
Sozi 12.04 adds frame numbers in the top-left corner of the screen
but no option (yet) to disable them.
Add this to your document if you really want to hide frame numbers.
It is safer not to modify the <style> element installed by Sozi:
it would be overwritten on the next upgrade.
-->
<style>
#sozi-framenumber {
visibility: hidden;
}
</style>
@cloo
Copy link

cloo commented Aug 5, 2014

Perfect.
However, any subsequent saving via Inkscape removes it..
I'm pasting it after metadata tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment