From 30487e03f4fedfc531252246796bb11c48e635da Mon Sep 17 00:00:00 2001 From: Michael Schwarz Date: Sat, 6 Dec 2014 13:36:55 +0100 Subject: Upgraded Python files copied from the Inkscape distribution to those from version 0.91.99.13724. --- support/dxf_export/simplestyle.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'support/dxf_export/simplestyle.py') diff --git a/support/dxf_export/simplestyle.py b/support/dxf_export/simplestyle.py index 3ec971e..806b818 100755 --- a/support/dxf_export/simplestyle.py +++ b/support/dxf_export/simplestyle.py @@ -141,6 +141,7 @@ svgcolors={ 'plum':'#dda0dd', 'powderblue':'#b0e0e6', 'purple':'#800080', + 'rebeccapurple':'#663399', 'red':'#ff0000', 'rosybrown':'#bc8f8f', 'royalblue':'#4169e1', @@ -241,4 +242,4 @@ def formatColor3f(r,g,b): return '#%02x%02x%02x' % (int(round(r*255)),int(round(g*255)),int(round(b*255))) -# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 encoding=utf-8 textwidth=99 +# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99 -- cgit