Skip to content
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

Fix handling of boolean flags in elliptical path commands #183

Merged
merged 3 commits into from
Apr 8, 2018

Conversation

Ede123
Copy link
Member

@Ede123 Ede123 commented Apr 8, 2018

Ede123 added 3 commits March 27, 2018 20:59
'large-arc-flag' and 'sweep-flag' do not need to be separated from
the following path data with comma or whitespace.

It results in ambiguous numbers but it's actually valid SVG...
@codecov-io
Copy link

Codecov Report

Merging #183 into master will increase coverage by 1.63%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
+ Coverage   91.51%   93.15%   +1.63%     
==========================================
  Files           5        5              
  Lines        2121     2132      +11     
==========================================
+ Hits         1941     1986      +45     
+ Misses        180      146      -34
Impacted Files Coverage Δ
scour/scour.py 93.52% <100%> (+0.34%) ⬆️
scour/svg_regex.py 87.17% <100%> (+19.17%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba7f4b5...3e0b438. Read the comment docs.

@Ede123 Ede123 merged commit 103dcc0 into scour-project:master Apr 8, 2018
@Ede123 Ede123 deleted the elliptical-arc-flags branch April 8, 2018 13:32
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.

scour needs unnecessary spaces in d-attribute of path-tag
2 participants