From e956df312ddf2d03dcefa37f24ee64ed778fce4b Mon Sep 17 00:00:00 2001 From: Luigi Scarso Date: Fri, 4 Nov 2022 17:03:25 +0000 Subject: Fixed the value of the clip-path attribute for the svg output. git-svn-id: svn://tug.org/texlive/trunk@64923 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/mplibdir/svgout.w | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/source/texk/web2c/mplibdir/svgout.w b/Build/source/texk/web2c/mplibdir/svgout.w index 94801da5205..3c35d55933b 100644 --- a/Build/source/texk/web2c/mplibdir/svgout.w +++ b/Build/source/texk/web2c/mplibdir/svgout.w @@ -1190,7 +1190,7 @@ void mp_svg_clip_out (MP mp, mp_clip_object *p) { 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); -- cgit v1.2.3