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

ISSUE-6014 ISSUE-6077 support percentage gradient on text #6090

Merged
merged 3 commits into from
Jan 12, 2020

Conversation

asturur
Copy link
Member

@asturur asturur commented Jan 11, 2020

close #6014
close #6077

I give up in supporting certain features for gradients with text and trying to support everything with the same codepath.
Sadly the text rendering is so much different that it does not make sense.

Those changes keep the fabric rendering behaves a bit better but removes completely support for gradientTransform or patternTransform for text, they were not working anyway because they were just transforming the text and not the gradient or the pattern.

I plan to reintroduce them later with some workaround, following what i did for transformed gradients on stroke.

@asturur asturur merged commit 57869bd into master Jan 12, 2020
@asturur asturur deleted the ISSUE-6014-gradients-on-text branch January 15, 2020 13:48
@asturur asturur restored the ISSUE-6014-gradients-on-text branch January 15, 2020 13:48
@asturur asturur mentioned this pull request Jan 17, 2020
ickata pushed a commit to ickata/fabric.js that referenced this pull request Jul 27, 2021
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.

Fill gradient not working on text Gradient Text is not working in v3.4.0
1 participant