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

added a test for the become method #1

Merged
merged 1 commit into from
Oct 25, 2020

Conversation

kolibril13
Copy link

added an test for the become method.
Unfortunately, I could not directly commit to your pr-branch.

remote: Permission to eulertour/manim.git denied to kolibril13. unable to access 'https://github.com/eulertour/manim/': The requested URL returned error: 403

is this intended?

@eulertour eulertour merged commit 1d6b5a5 into eulertour:tex-bug-2 Oct 25, 2020
@kolibril13 kolibril13 deleted the tex-bug-2 branch November 2, 2020 17:57
eulertour pushed a commit that referenced this pull request Mar 3, 2021
* added many svg test images

* Added test for the Rhomboid

* Fixed multi-point lists of L type

* Two more svg files

* Also ignore pycharm-specific project information

* Allow skipping of tests with a pytest_skip class attribute

* Stubbed a couple tests out before rewrite

* Rewrite of SVG path midlayer

* refactored old test name

* Added tests for two more files

* Bugfix for absolute H/V paths

* small refactor of cubics

* Enabled correct quadratic bezier functionality.

* Black formatting

* Test the SVG smoothed curves (S and T)

* handful more tests

* Add all Discord svg tests

* Update manim/mobject/types/vectorized_mobject.py

Co-authored-by: Leo Torres <dleonardotn@gmail.com>

* Apply suggestions from code review 1

Co-authored-by: Leo Torres <dleonardotn@gmail.com>

* Remove files of questionable origin

* rolled back review change due to ValueError

* Added entries from the SVG Support github project

* smaller fixes from review #1

* Enabled fill and stroke.

* Troubles with the use of "currentcolor" - for now we wont support it

* Minimize visual effect of downstream changes on Tex

* Style changes ordered by Black

* fixed background opacity handling

* enable coloring of circles

* Remove periodic table test (requires text)

* Update documentation

* refactored bare exception catch

* Rolling back the pytest_skip functionality

* Document some less obvious unit tests

* fixing leo's rec

* edit to penrose triangle test

* Don't copy the list, copy the objects in the list.

* black styling

* Include defs in tree parsing

* Update default svg values for visibility in test.

* black formatting

* Interpret RGB percentages

* mild fix to for btd rebuild.

* Force family update for classes that inherit SVGMobjects in order to preserve behavior.

* Apply suggestions from code review 2

Co-authored-by: Naveen M K <naveen@syrusdark.website>
Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>

* make static parsing methods into object methods, and add typing

* Add typing to use_to_mobject which misled me earlier, and fix documentation merge error

* Apply suggestions from code review 3

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* black fix

* add types for quadratic bezier

* prevent fail after matrix transform

* Add UK Flag Test

* black style

* remove DEFAULT SVG STYLE and converted to inline argument.

* Remove useless comments.

* Refactor svg_mobject.py into multiple files.

* documentation and typings

* black styling

* allow floats in rgb pct specification

* parse floats like 2.4.3 into 2.4 0.3, with test

* update typing for SUPPORTED_STYLING_ATTRIBUTES

Co-authored-by: Naveen M K <naveen@syrusdark.website>

* forgot import List from typings

Co-authored-by: Leo Torres <dleonardotn@gmail.com>
Co-authored-by: Naveen M K <naveen@syrusdark.website>
Co-authored-by: Jason Villanueva <a@jsonvillanueva.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants