forked from edwinmoss/rfpdf
-
Notifications
You must be signed in to change notification settings - Fork 21
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
add SVG image Support #97
Open
naitoh
wants to merge
18
commits into
master
Choose a base branch
from
add_support_svg_image
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
naitoh
force-pushed
the
add_support_svg_image
branch
2 times, most recently
from
December 25, 2023 14:40
10b1ee0
to
a9f23c3
Compare
naitoh
force-pushed
the
add_support_svg_image
branch
2 times, most recently
from
December 28, 2023 03:25
4f2d879
to
c6bf63d
Compare
Method ImageSVG() was added to embedd SVG images (see example n. 6, 39, 58). Note that not all SVG images are supported. - Filter attribute are not supported. See: https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Filter_effects
Separated svg tag parsing into parse_svg_tag_attributes method. Changed to use rexml pullparser instead of regular expressions.
naitoh
force-pushed
the
add_support_svg_image
branch
from
December 29, 2023 04:31
c6bf63d
to
f9dab11
Compare
Separated the parsing of SVG style properties into the get_styling_properties method.
…t-anchor. [note] text-anchor takes precedence over align. * 'start' : dx = @c_margin x=0 |------------------------------------w------------------------------------| |@c_margin|----------width---------| ABCDEFGHIJKLMNOPQRSTUVWXYZ (LTR) ZYXWVUTSRQPONMLKJIHGFEDCBA (RTL) * 'middle': dx = -width / 2.0 x=0 |--width/2--| |---------width----------| ABCDEFGHIJKLMNOPQRSTUVWXYZ (LTR) ZYXWVUTSRQPONMLKJIHGFEDCBA (RTL) * 'end' : dx = - width - @c_margin x=0 |@c_margin| |----------width---------| ABCDEFGHIJKLMNOPQRSTUVWXYZ (LTR) ZWXWVUTSRQPONMLKJIHGFEDCBA (RTL)
…le_outLine_style={}, circle_fill_color=[] - Rect,RoundedRect,RoundedRect - Curve,Ellipse,Circle - PolyLine,Polygon,Polygon,RegularPolygon,StarPolygon
…ied to polylines.
…e of `defs` tags.
… attribute is missing.
naitoh
force-pushed
the
add_support_svg_image
branch
from
December 29, 2023 14:32
f9dab11
to
55b39b8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
add SVG image Support
Method ImageSVG() was added to embedd SVG images (see example n. 6, 39, 58), using REXML for XML parsing.
Note that not all SVG images are supported.
Filter
attribute of theg
tag are not supported.See: https://developer.mozilla.org/en-US/docs/Web/SVG/Tutorial/Filter_effects
use
tag are not supported.See: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/use
List of confirmed SVG files.
List of unsupported SVG files
use
tag