Skip to content

viewBox now accepts comma delimited values - #138

Merged
swhitty merged 1 commit into
mainfrom
viewbox-comma
Aug 25, 2026
Merged

viewBox now accepts comma delimited values#138
swhitty merged 1 commit into
mainfrom
viewbox-comma

Conversation

@swhitty

@swhitty swhitty commented Aug 25, 2026

Copy link
Copy Markdown
Owner

updates parsing of viewBox to accept comma delimited values

<svg width="256" height="256" viewBox="0,0,32,32">

Fixes #137

@swhitty
swhitty merged commit cbfcde9 into main Aug 25, 2026
20 checks passed
@swhitty
swhitty deleted the viewbox-comma branch August 25, 2026 22:27
@codecov

codecov Bot commented Aug 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.79%. Comparing base (a5da29f) to head (40bef1c).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #138      +/-   ##
==========================================
+ Coverage   88.78%   88.79%   +0.01%     
==========================================
  Files         166      166              
  Lines       13311    13326      +15     
==========================================
+ Hits        11818    11833      +15     
  Misses       1493     1493              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

viewBox with comma separators fails to parse (Error.invalid)

1 participant