efl/src/lib/efl
junsu choi 5ebebe4698 Efl.Gfx.Path: Remove unnecessary optimization code for small arc
Summary:
This condition(optimization) is not a step suggested by arc implementation.
https://www.w3.org/TR/SVG11/implnote.html#ArcCorrectionOutOfRangeRadii (Step2)
This code is useful if the arc is too small to represent.
However, scaling often occurs in vectors, which can create unnecessary problems.

Test Plan:
SVG Image
```
<svg viewBox="0 0 50 50" height="50" width="50">
<path d="M32.41,20.49a.41.41,0,1,1-.41-.42A.41.41,0,0,1,32.41,20.49Z" transform="translate(-70, -50) scale(3.3)" fill="#020202"/>
</svg>
```
image file
{F4792225}
result
{F4792221}

Reviewers: Hermet, raster, kimcinoo

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12316
2022-01-12 11:32:42 +09:00
..
cxx efl: major rewrite of efl_part. 2018-05-24 16:02:18 -07:00
interfaces Efl.Gfx.Path: Remove unnecessary optimization code for small arc 2022-01-12 11:32:42 +09:00
.gitignore CMake: rework to use some helper macros. 2017-01-23 18:23:40 +01:00
Efl.h Revert "fix warnings about redefinting EWAPI etc. due to windows EAPI changes" 2021-05-26 15:46:25 +01:00
Efl.hh efl: major rewrite of efl_part. 2018-05-24 16:02:18 -07:00
Efl_Config.h.in comments: Typos in Efl_Config.h 2020-04-02 17:48:39 +02:00
Efl_MVVM_Common.h Revert "fix warnings about redefinting EWAPI etc. due to windows EAPI changes" 2021-05-26 15:46:25 +01:00
meson.build Revert "fix warnings about redefinting EWAPI etc. due to windows EAPI changes" 2021-05-26 15:46:25 +01:00