Skip to content

fix (identify) parse could resolve multiline value #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dodderjs
Copy link

@dodderjs dodderjs commented Aug 5, 2016

like Clipping path:

  Compression: JPEG
  Quality: 99
  Orientation: TopLeft
  Clipping path: 
<?xml version="1.0" encoding="iso-8859-1"?>
<svg xmlns="http://www.w3.org/2000/svg" width="1565" height="2319">
<g>
<path fill-rule="evenodd" style="fill:#00000000;stroke:#00000000;stroke-width:0;stroke-antialiasing:false" d="
M 0.218931 0.248387
L 1564.75 0.248387
L 1564.75 2319
L 0.218931 2319
L 0.218931 0.248387 Z
"/>
</g>
</svg>
  Tainted: False
  Filesize: 2.24MB
  Number pixels: 3.629M

like:
```  Clipping path: 
<?xml version="1.0" encoding="iso-8859-1"?>
<svg xmlns="http://www.w3.org/2000/svg" width="1565" height="2319">
<g>
<path fill-rule="evenodd" style="fill:#00000000;stroke:#00000000;stroke-width:0;stroke-antialiasing:false" d="
M 0.218931 0.248387
L 1564.75 0.248387
L 1564.75 2319
L 0.218931 2319
L 0.218931 0.248387 Z
"/>
</g>
</svg>```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant