-
-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(SVG): transition over to Skia implementation (#1061)
* SVG: remove Revery_SVG * SVG: remove dependencies on Revery_SVG * SVG: add SVG component and update example * Example: add width & height adjustment * Build: remove unused open
- Loading branch information
Showing
14 changed files
with
120 additions
and
1,189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,5 +34,3 @@ module Debug = { | |
module Utility = { | ||
include Revery_Utility; | ||
}; | ||
|
||
module SVG = Revery_SVG; |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.