File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
itext/itext.svg/itext/svg/renderers/impl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ private ICollection<IPathShape> GetShapes() {
299
299
ICollection < String > parsedResults = ParsePropertiesAndStyles ( ) ;
300
300
IList < IPathShape > shapes = new List < IPathShape > ( ) ;
301
301
foreach ( String parsedResult in parsedResults ) {
302
- String [ ] pathProperties = iText . IO . Util . StringUtil . Split ( parsedResult , SPACE_CHAR ) ;
302
+ String [ ] pathProperties = iText . IO . Util . StringUtil . Split ( parsedResult , " +" ) ;
303
303
IPathShape previousShape = shapes . Count == 0 ? null : shapes [ shapes . Count - 1 ] ;
304
304
IList < IPathShape > operatorShapes = ProcessPathOperator ( pathProperties , previousShape ) ;
305
305
shapes . AddAll ( operatorShapes ) ;
Original file line number Diff line number Diff line change 1
- 0b9c18600f3ca4538b045a49e452c26c4b6f95d7
1
+ e99dbe914786cca75c9c578f9f55dba2503be491
You can’t perform that action at this time.
0 commit comments