Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
aborziak-ms 1b4e3d2a37
Added support for animated round corners modifier (#452)
* Added support for animated round corners modifier

* Fixed typo and epsilon calculation

* Typo fix [2]

* Added new issue code LT0043 + more comments in the code
2021-07-22 11:48:03 -07:00
Simeon 8d6e56ef3a
Fix translation of rectangles with RoundCorners. (#326)
We were not handling the distinction between RoundCorners.Radius and Rectangle.Roundness. This change does a much better job.
Note that it gets the Trimming wrong for RoundCorners - that will come in a later fix. I'm getting this in now because it has so much refactoring that it will be hard to focus on the trimming algorithm alongside this.

These are the After Effects rules for how RoundCorners.Radius and Rectangle.Roundness interact:
RoundCorners.Radius is ignored if Rectangle.Roundness != 0.
RoundCorners.Radius is able to produce an ellipse if the radius is large enough.
Rectangle.Roundness creates round corners with equal X and Y radii, so it can never create an ellipse.
2020-08-06 15:50:09 -07:00
Simeon ce5d302999
Updated issue documentation. (#256)
* Parsing issues updated.

* Updating the error docs to give them more information.

* Convert all the .md files to UTF8 to be more friendly with tools like Github.

* PR CR feedback.

* PR CR feedback.
2020-05-14 09:12:43 -07:00
Simeon 2a7eb97b52
Versioning stage 2. Translate multiple times to support multiple UAP versions. (#157)
* Versioning stage 2. Translate multiple times to support multiple UAP versions.
This translates but does not yet codegen the multiple versions.

* A few small things I noticed in CR.

* CR feedback.

* Fix build break.
2019-10-21 11:38:14 -07:00
Phyllis Lai b44898ec22 Updated all translation issues to more accurately say not supported. 2019-04-29 20:58:32 -07:00
Simeon 569b85bfe8 Converting the list of issues to individual markdown files (#70)
* Converting the list of issues to individual markdown files that contain hidden comments that can generates the issues classes.

* Update the formatting of the md files to make Sohum happy.
2019-02-25 16:37:40 -08:00