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

Add support for roundradius option #47

Merged
merged 1 commit into from
Sep 7, 2020
Merged

Add support for roundradius option #47

merged 1 commit into from
Sep 7, 2020

Conversation

kimikage
Copy link
Owner

@kimikage kimikage commented Sep 7, 2020

@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2020

Codecov Report

Merging #47 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #47   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          150       155    +5     
=========================================
+ Hits           150       155    +5     
Impacted Files Coverage Δ
src/ProfileSVG.jl 100.00% <100.00%> (ø)
src/svgwriter.jl 100.00% <100.00%> (ø)

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 4e6e882...8ee7939. Read the comment docs.


text.textContent = formatText(fig, shortinfo, rectw / scaleXt);
text.firstChild.nodeValue = formatText(fig, shortinfo, w / scaleXt);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The firstChild.nodeValue is not as safe as textContent. We should be careful that this doesn't cause any 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.

2 participants