Skip to content
/ skia Public
forked from google/skia

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

License

Notifications You must be signed in to change notification settings

gdcorp-im/skia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

See full details, and build instructions, at https://skia.org.

# RenderKit

See [RenderKit](https://github.com/gdcorp-im/mv-renderkit) for more details.

Patches are cherry picked to branch `renderkit/mXX` using the base branch `chrome/mXX`

Patches

1. The AsWinding algorithm in Skia's pathops uses ray casting for containment testing. When the ray intersects path vertices exactly, the algorithm can incorrectly determine containment, leading to holes being filled.
   Multi-ray consensus approach that casts 3 rays from slightly different Y coordinates (0.0, -0.0003, +0.0003) and uses majority voting to determine containment. (@aharris1-godaddy)

About

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 78.8%
  • GLSL 6.0%
  • Pawn 2.2%
  • Python 1.6%
  • Go 1.4%
  • JavaScript 1.4%
  • Other 8.6%