diff options
author | caryclark <caryclark@google.com> | 2015-10-21 04:02:51 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-21 04:02:51 -0700 |
commit | f428df1be3e96d3f8970d0f7f415b862f7da5404 (patch) | |
tree | f31420ca0e99b23383577dc8ebdce3167b637317 /tools/pathops_sorter.htm | |
parent | 74deb981d5e9c11c88fe431e78166d6cf8dacc1a (diff) |
Revert of path ops: fix conic weight and partial coincidence (patchset #5 id:80001 of https://codereview.chromium.org/1413763002/ )
Reason for revert:
path ops change breaks svg clipping layout tests -- conic is now more accurate, changing edge of circle in clip
These need to be rebaselined
svg/clip-path/clip-path-child-clipped.svg
svg/clip-path/clip-path-nonzero.svg
svg/clip-path/clip-path-evenodd-nonzero.svg
svg/clip-path/clip-path-nonzero-evenodd.svg
Original issue's description:
> The remaining 1m skp bugs are asserts that can be harmlessly
> suppressed and bugs around conics.
>
> The conic calculation for a subdivided w was just wrong.
>
> Also added debugging to template intersection to initialize
> reused structures and dump additional data.
>
> TBR=reed@google.com
>
> Committed: https://skia.googlesource.com/skia/+/ef33b1e739b23a1201100ff17a572da85b03d9af
TBR=
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/1408923003
Diffstat (limited to 'tools/pathops_sorter.htm')
-rw-r--r-- | tools/pathops_sorter.htm | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/tools/pathops_sorter.htm b/tools/pathops_sorter.htm index a86353b5f9..ed93ad687c 100644 --- a/tools/pathops_sorter.htm +++ b/tools/pathops_sorter.htm @@ -6,22 +6,9 @@ <title></title> <div style="height:0"> -<div id="conics"> -{{{78.000016756859424, 4590.0127645689281}, {78, 4590.005859375}}}, -{{{78.000022914349017, 4590.0165822692597}, {78.000005725317905, 4590.0082887743229}}}, -{{{{83, 4595}, {78.008674621582031, 4595}, {78, 4590.005859375}}}, 0.707720578f}, -{{{{84, 4596}, {78, 4596}, {78, 4590}}}, 0.707106769f}, -</div> - -<div id="conicLines"> -{{{78.000016756859424, 4590.0127645689281}, {78, 4590.005859375}}}, -{{{78.000022914349017, 4590.0165822692597}, {78.000005725317905, 4590.0082887743229}}}, -</div> - -<div id="thisopp"> -{{{78.000016756859424, 4590.0127645689281}, {78, 4590.005859375}}}, -{{{{84, 4596}, {78, 4596}, {78, 4590}}}, 0.707106769f}, -{{{78.0000055,4590.00813) (78.0000367,4590.02099 +<div id="cubics"> +{{{231.80000305175781, 2084.800048828125}, {255.60000610351562, 2084.800048828125}, {275, 2065.39990234375}, {275, 2041.5999755859375}}}, +{{{275, 2041.5999755859375}, {275, 2084.800048828125}, {231.80000305175781, 2084.800048828125}}, 0.707107008}, </div> </div> @@ -29,9 +16,7 @@ <script type="text/javascript"> var testDivs = [ -conics, -conicLines, -thisopp, +cubics, ]; var decimal_places = 3; |