Skip to content

[animations] fix invalid text style names #103

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

Conversation

pedromassango
Copy link
Member

Removed invalid textStyle name from textThemes used in the sample project

@goderbauer
Copy link
Member

Thanks for the contribution. I am going to close this PR in favor of #109, which includes the same change and some more.

@goderbauer goderbauer closed this Feb 21, 2020
stuartmorgan-g pushed a commit that referenced this pull request Oct 31, 2024
* pushing all local work 7.6

* The rest of the files

* applies mask to every node in group, started including clip node

* Solves issue when of when mask's path nodes are embedded

* Applies mask in visitPathnode, quits optimizing if stroke property set or empty intersection

* some unit tests added

* last test

* Added path_ops to deps

* Removed unused imports

* fixed merge

* tweaks:

c

* initial commit for ClippingOptimizer

* ..

* ...

* fixed all issues from PR

* ..

* Added tests

* ...

* visitChildren

* fixed PR round 2 issues

* Update packages/vector_graphics_compiler/lib/src/svg/parser.dart

Co-authored-by: Dan Field <[email protected]>

* ..

* removes hard coded pathOps path

* fixed analysis issue

* fixed enum issue

* fixed ci issue

* Update packages/vector_graphics_compiler/lib/src/svg/path_ops.dart

Co-authored-by: Dan Field <[email protected]>

* removed masking optimizer from parser.dart

* Update packages/vector_graphics_compiler/test/masking_optimizer_test.dart

Co-authored-by: Jonah Williams <[email protected]>

* Update packages/vector_graphics_compiler/lib/src/svg/masking_optimizer.dart

Co-authored-by: Jonah Williams <[email protected]>

* fixed some issues

* fixed issues

* fixe
d

* fixed test string

* Update packages/vector_graphics_compiler/lib/src/svg/masking_optimizer.dart

Co-authored-by: Jonah Williams <[email protected]>

* removed dart core import

* fixed import

* ..."
"

* added command line maskingoptimizer flag fixed path ops dylib issue

* .

* ..

* .

* fixed dylib issue in masking_optimizer_test

* fixed dylib issue in parser test

* adds optimize-clips command line flag, allows for dylib to be loaded when needed for clipping optimier

* removed ArgConfig

* Update main.dart

* Update end_to_end_test.dart

* .

* fixed ci issue

* adds named parameters, fixes some of parser tests

* All parser tests fixed

* moved ffi components into separate file

* fix named parameter

* ..

* updated parser tests

* fixed formatting

* Update packages/vector_graphics_compiler/lib/src/svg/clipping_optimizer.dart

Co-authored-by: Dan Field <[email protected]>

* Update packages/vector_graphics_compiler/test/clipping_optimizer_test.dart

Co-authored-by: Jonah Williams <[email protected]>

* fixed all PR issues

* fixed dylib loading issue in end_to_end_test.dart

* removing un needed path_ops variables

Co-authored-by: Dan Field <[email protected]>
Co-authored-by: Jonah Williams <[email protected]>
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