-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Coming from Ditaa needed to change the corners from + to . or '
Test case:
Problematic example -> not rendering and giving Fatal Error memory message at php level:
--> look at the plus sign in the corner left under which should not be there:
<a2s>
.---------------------------.
| |
+-------------+-------------'
|
</a2s>
Error : Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 262144 bytes) in \ASCIIToSVG.php on line 3635
Intermediate example
Not rendering but does not produce the Fatal Error.
Removed the plus sign above the pipe sign at the bottom:
<a2s>
.---------------------------.
| |
+---------------------------'
|
</a2s>