Code

scale Model Space to size A4
[inkscape.git] / share / extensions / color_negative.py
index 0fb2fcecb0e7f5b45dd245f329efaff2f3701a79..065586dcfcea03e8c1d00b342c78abb8d1b0c7ea 100644 (file)
@@ -1,8 +1,8 @@
-import coloreffect\r
-\r
-class C(coloreffect.ColorEffect):\r
-  def colmod(self,r,g,b):\r
-    return '%02x%02x%02x' % (255-r,255-g,255-b)\r
-\r
-c = C()\r
+import coloreffect
+
+class C(coloreffect.ColorEffect):
+  def colmod(self,r,g,b):
+    return '%02x%02x%02x' % (255-r,255-g,255-b)
+
+c = C()
 c.affect()
\ No newline at end of file