mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 04:58:11 +02:00
fpvectorial-svg: Fixes a bug in the transform function tokenizer, now the text in wmtboc.svg appears
git-svn-id: trunk@42312 -
This commit is contained in:
parent
9342b8538f
commit
fe54b32b9b
@ -301,7 +301,7 @@ begin
|
||||
0: // Adding to the tmp string
|
||||
begin
|
||||
lCurChar := AStr[i];
|
||||
if lCurChar in [Str_Space, Str_Start_Params, Str_End_Params] then
|
||||
if lCurChar in [Str_Start_Params, Str_End_Params] then
|
||||
begin
|
||||
lState := 1;
|
||||
// Add the token
|
||||
|
Loading…
Reference in New Issue
Block a user