From 3d448489109473838ee7182e92edf5c7d9f7f2bc Mon Sep 17 00:00:00 2001 From: naru Date: Thu, 1 May 2003 20:30:46 +0000 Subject: [PATCH] Skip comment lines beginning with a slash --- SVG.dpr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SVG.dpr b/SVG.dpr index 50218c4..7d2c7ff 100644 --- a/SVG.dpr +++ b/SVG.dpr @@ -167,6 +167,8 @@ begin try for i := 1 to Lines.Count-1 do // 1s–Ú‚Í"SVG"‚Ì•¶Žš—ñ begin + if System.Pos('/', Lines[i]) = 1 then // ƒRƒƒ“ƒgs‚ð‚Ƃ΂· + Continue; ParseKeyVal(Lines[i], Key, Val); if SameText(Key, 'sakura') then begin -- 2.11.0