From d98814b21c773137b01c8c94db875790cbbfb389 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 16 Apr 2012 07:33:47 +0000 Subject: fix [#30971] viewBox attribute in exported svg wrong --- io_mesh_uv_layout/export_uv_svg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io_mesh_uv_layout/export_uv_svg.py') diff --git a/io_mesh_uv_layout/export_uv_svg.py b/io_mesh_uv_layout/export_uv_svg.py index ff504a0f..764f0d34 100644 --- a/io_mesh_uv_layout/export_uv_svg.py +++ b/io_mesh_uv_layout/export_uv_svg.py @@ -29,7 +29,7 @@ def write(fw, mesh, image_width, image_height, opacity, face_iter_func): fw('\n') fw('\n') - fw('\n') desc = ("%r, %s, (Blender %s)" % @@ -54,7 +54,7 @@ def write(fw, mesh, image_width, image_height, opacity, face_iter_func): except IndexError: fill = fill_default - fw(' 0.0: fw(' %s fill-opacity="%.2g"' % (fill, opacity)) -- cgit v1.2.3