You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem is most prevalent when embedding SVG files as data:URIs. Sometimes a newline slips through without an escape. The following will hang PrettyCSS:
The unescaped newline is right before the end quote.
The text was updated successfully, but these errors were encountered:
RoyTinker
changed the title
Long SVG data:URIs with an unescaped newline hang the parser
SVG data:URIs with length > ~800 chars with an unescaped newline will hang the parser
Apr 5, 2017
RoyTinker
changed the title
SVG data:URIs with length > ~800 chars with an unescaped newline will hang the parser
SVG data:URIs with length > ~700 chars with an unescaped newline will hang the parser
Apr 5, 2017
RoyTinker
changed the title
SVG data:URIs with length > ~700 chars with an unescaped newline will hang the parser
data:URIs with length > ~700 chars with an unescaped newline will hang the parser
Apr 5, 2017
RoyTinker
changed the title
data:URIs with length > ~700 chars with an unescaped newline will hang the parser
SVG data:URIs with length > ~700 chars and an unescaped newline will hang the parser
Apr 5, 2017
This problem is most prevalent when embedding SVG files as data:URIs. Sometimes a newline slips through without an escape. The following will hang PrettyCSS:
The unescaped newline is right before the end quote.
The text was updated successfully, but these errors were encountered: