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
<input><![CDATA[<</Columns 1024/HSamples[4 /VSamples[5 6]]>>]]></input>
The result is: <</Columns 1024/HSamples[4 /VSamples[5 6
but should be <</Columns 1024/HSamples[4 /VSamples[5 6]]>>
The following is parsed incorrectly:
<input><![CDATA[<</Columns 1024/HSamples[4 /VSamples[5 6]]>>]]></input>
The result is:
<</Columns 1024/HSamples[4 /VSamples[5 6
but should be
<</Columns 1024/HSamples[4 /VSamples[5 6]]>>
The following string works as expected:
<input><![CDATA[<</Columns 1024/HSamples[4 /VSamples[5 6] <</Bits 8/Rows 768>>]/Vectors[5 6]>>]]></input>
result:
<</Columns 1024/HSamples[4 /VSamples[5 6] <</Bits 8/Rows 768>>]/Vectors[5 6]>>
The text was updated successfully, but these errors were encountered: