-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 shadow
, lineposition
and textcase
options to SVG fonts
#6983
Conversation
This PR is ready for review 🙏 |
shadow
, decorline
and capitalize
options to SVG fontsshadow
, decorline
and textcase
options to SVG fonts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥 thanks @archmoj !!
Thanks very much @emilykl for the review and I am also happy with the results at this point. I would like to have additional approvals before merging. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a few small comments on the first few files, but I'm nowhere near understanding this code base well enough to say anything substantial. It looks like an extraordinary amount of work - thank you for wading through it.
…g-capitalize - Resolved sonflicts in test/image/baselines/trace_metatext.png
shadow
, decorline
and textcase
options to SVG fontsshadow
, lineposition
and textcase
options to SVG fonts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃 Looks great, this will make a really nice addition!
Resolves #6974 also helps address #4674.
Support additional text font styling options based on
text-shadow
,text-decoration-line
&text-transform
.Please see
src/plots/font_attributes.js
for these new optoins.@plotly/plotly_js
cc: @ndrezn