texlive[64923] Build/source/texk/web2c/mplibdir/svgout.w: Fixed the

commits+lscarso at tug.org commits+lscarso at tug.org
Fri Nov 4 18:03:25 CET 2022


Revision: 64923
          http://tug.org/svn/texlive?view=revision&revision=64923
Author:   lscarso
Date:     2022-11-04 18:03:25 +0100 (Fri, 04 Nov 2022)
Log Message:
-----------
Fixed the value of the clip-path attribute for the svg output.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/mplibdir/svgout.w

Modified: trunk/Build/source/texk/web2c/mplibdir/svgout.w
===================================================================
--- trunk/Build/source/texk/web2c/mplibdir/svgout.w	2022-11-04 00:49:31 UTC (rev 64922)
+++ trunk/Build/source/texk/web2c/mplibdir/svgout.w	2022-11-04 17:03:25 UTC (rev 64923)
@@ -1190,7 +1190,7 @@
 
   append_string("url(#CLIP");
   mp_svg_store_int(mp, mp->svg->clipid);
-  append_string(");");
+  append_string(")");
   mp_svg_attribute(mp, "clip-path", mp->svg->buf);
   mp_svg_reset_buf(mp);
 



More information about the tex-live-commits mailing list.