This is related to my earlier post where I try to extract vector graphics in a PDF to an SVG file. I obtained this SVG corresponding to a page in a PDF. Unfortunately, though the shapes in the SVG are correct, the fill colors seen in the PDF are not seen when the SVG is rendered by any of the standard browsers. The upper left triangle in the SVG is supposed to have a yellow fill and the lower right triangle is expected to have a light blue-green fill. I do see 2 rectangular clip paths (ids clip_2 and clip_3) in the SVG XML having these colors, but why isn't SVG rendering displaying these colors?
相关问题
- Correctly parse PDF paragraphs with Python
- glDrawElements only draws half a quad
- Set BaseUrl of an existing Pdf Document
- Convert svg to geojson fails with ogr2ogr
- How to get coordinates of an svg?
相关文章
- Make marker-end same color as path?
- How to display unicode in SVG?
- Converting svg to png with inkscape command line f
- Python Sendgrid send email with PDF attachment fil
- How to create an SVG Matrix without an SVG element
- rect collision detection d3js
- My background image get cut off at the bottom
- C# MVC website PDF file in stored in byte array, d
From the spec: