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:
sekelsenmat 2013-08-04 10:43:51 +00:00
parent 9342b8538f
commit fe54b32b9b

View File

@ -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