diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2013-04-23 07:02:47 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2013-04-23 07:02:47 +0000 |
commit | e8b5cf461ef4d3dcf6082887e4a9e446b32faf78 (patch) | |
tree | e797c4071139c7166f245bfc14f7fa85bb201708 /Build/source/texk/web2c/mplibdir/svgout.w | |
parent | bc3ea00bd404af2df959cc8a43b8b65012ee4258 (diff) |
small metapost fix
git-svn-id: svn://tug.org/texlive/trunk@30064 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/mplibdir/svgout.w')
-rw-r--r-- | Build/source/texk/web2c/mplibdir/svgout.w | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/mplibdir/svgout.w b/Build/source/texk/web2c/mplibdir/svgout.w index 64fd4eeff59..43274d57580 100644 --- a/Build/source/texk/web2c/mplibdir/svgout.w +++ b/Build/source/texk/web2c/mplibdir/svgout.w @@ -515,7 +515,7 @@ void mp_svg_print_initial_comment(MP mp,mp_edge_object *hh) { @c static void mp_svg_color_out (MP mp, mp_graphic_object *p) { int object_color_model; - int object_color_a, object_color_b, object_color_c, object_color_d ; + double object_color_a, object_color_b, object_color_c, object_color_d ; if (gr_type(p) == mp_fill_code) { mp_fill_object *pq = (mp_fill_object *)p; set_color_objects(pq); |