forked from Botanical/BotanJS
minor bug fixes
This commit is contained in:
@@ -217,7 +217,7 @@
|
||||
|
||||
if( boundary )
|
||||
{
|
||||
x = 0 < d ? lineEnd : 0;
|
||||
x = 0 < x ? lineEnd : 0;
|
||||
}
|
||||
else if( c == "\n" )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user