Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
lumoslabs
/
SVGKit
Public
forked from
SVGKit/SVGKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Jan 10, 2018
Merge pull request #1 from lumoslabs/feature/optinalBundle
Show description for 50075fe
alan-andrade
authored
50075fe
Copy full SHA for 50075fe
Commits on Jan 9, 2018
Rename SVGKit-iOS-Framework -> SVGKit
alan-andrade
committed
e8cf71d
Copy full SHA for e8cf71d
Commits on Dec 20, 2017
Allows to pass a desired bundle
alan-andrade
committed
6933502
Copy full SHA for 6933502
Commits on Dec 14, 2017
Carthage compatibility
alan-andrade
committed
14abf1b
Copy full SHA for 14abf1b
Commits on Oct 27, 2013
Merge branch '1.1.0'
Show description for fb1b3d2
adamgit
authored and
adamgit
committed
fb1b3d2
Copy full SHA for fb1b3d2
Final 1.1.0 build - updated library name to remove 'pre'
adamgit
authored and
adamgit
committed
49fca37
Copy full SHA for 49fca37
ADDED: demo of very large SVG that uses lots of RAM and has difficult parsing characteristics
adamgit
authored and
adamgit
committed
238932d
Copy full SHA for 238932d
BACK-ported: MartinMReed's fix for iOS7 naming conflict
adamgit
authored and
adamgit
committed
6dc821c
Copy full SHA for 6dc821c
Added recursive option to CALayer cloning
adamgit
authored and
adamgit
committed
7345bbd
Copy full SHA for 7345bbd
Commits on Oct 3, 2013
Merge pull request #105 from MartinMReed/master
Show description for 66061ca
adamgit
committed
66061ca
Copy full SHA for 66061ca
Commits on Sep 19, 2013
Fixes CGPathAddRoundedRect compile error on iOS 7. Resolves issue #99
MartinMReed
committed
180f8d7
Copy full SHA for 180f8d7
Commits on Sep 15, 2013
Merge branch '1.1.0' of github.com:SVGKit/SVGKit into 1.1.0
Show description for ebbdc58
adamgit
authored and
adamgit
committed
ebbdc58
Copy full SHA for ebbdc58
SVGKSource subclasses accidentally dropped from Xcode build, moved back to PUBLIC
adamgit
authored and
adamgit
committed
19e244a
Copy full SHA for 19e244a
Commits on Sep 7, 2013
Merge pull request #96 from tsaizhenling/1.1.0
Show description for 4755d51
adamgit
committed
4755d51
Copy full SHA for 4755d51
Reduce memory usage during parse (experimental; works, but we need to apply this to all methods inside SVGKPointsAndPathsParser)
adamgit
authored and
adamgit
committed
570eacd
Copy full SHA for 570eacd
Commits on Jul 31, 2013
Merge branch 'master' into 1.1.0
Show description for 67db4d5
tsaizhenling
committed
67db4d5
Copy full SHA for 67db4d5
Commits on Jul 22, 2013
moved file to right directory
tsaizhenling
committed
72c1954
Copy full SHA for 72c1954
added support for radial gradients(only for SVGFastImageView). gradient masking now works for SVGFastImageView. added test file radialGradientTest.svg
tsaizhenling
committed
b8427b9
Copy full SHA for b8427b9
Commits on Jun 5, 2013
Merged: https://github.com/SVGKit/SVGKit/pull/82
adamgit
authored and
adamgit
committed
f1eabd1
Copy full SHA for f1eabd1
Git sucks
adamgit
authored and
adamgit
committed
d8d1c77
Copy full SHA for d8d1c77
Git broke and corrupted the local repository. I hate git sometimes. One day someone will fix it so that merges don't break all the tools :(
adamgit
authored and
adamgit
committed
c7ca3c3
Copy full SHA for c7ca3c3
Added: tiny tweak to CALayer+RecursiveClone for a missing property that should have been cloned but wasn't
adamgit
authored and
adamgit
committed
015c5f9
Copy full SHA for 015c5f9
TEMPORARY HOTFIX: occasional crash due to Observers (another one). Might be fixable in the same way as previous ones, but for now: commenting out the offending removeObserver:forKeyPath: line
adamgit
authored and
adamgit
committed
d9917da
Copy full SHA for d9917da
Commits on May 13, 2013
Conditionally set ddLogLevel
dblandin
committed
838496a
Copy full SHA for 838496a
Replace NSLog statements with DDLog statements
dblandin
committed
60cc8c4
Copy full SHA for 60cc8c4
Add CocoaLumberjack framework
dblandin
committed
1147aed
Copy full SHA for 1147aed
Commits on May 11, 2013
ADDED: detailed note in source code docs on the CALayer export process w.r.t. laying out sublayers
adamgit
authored and
adamgit
committed
3a2f8be
Copy full SHA for 3a2f8be
FIXED: SVG <g> elements now layout their CALayer output correctly (fixes a long-running bug introduced because we didn't understand how the original code from 2010 was intended to work, and got it …
Show description for 0dd5eae
adamgit
authored and
adamgit
committed
0dd5eae
Copy full SHA for 0dd5eae
Merge branch '1.1.0' into adding-cloneable-calayers
adamgit
authored and
adamgit
committed
3375aaa
Copy full SHA for 3375aaa
Renamed illegally-named SVGLayered protocol to ConverterSVGToCALayer, in preparation for removing the non-Spec methods from the Spec-defined classes. Deleted the long unused SVGKImage+SVGPathView c…
Show description for d82d91a
adamgit
authored and
adamgit
committed
d82d91a
Copy full SHA for d82d91a
Commits on May 5, 2013
Merge branch 'master' of https://github.com/rhcad/SVGKit into rhcad-master
Show description for 24ca8fc
adamgit
authored and
adamgit
committed
24ca8fc
Copy full SHA for 24ca8fc
Merge branch 'master' of https://github.com/tsaizhenling/SVGKit into tsaizhenling-master
adamgit
authored and
adamgit
committed
1d1a5f1
Copy full SHA for 1d1a5f1
First draft of cloneable CALayer, needed for some features we want to add to SVGKit later
adamgit
authored and
adamgit
committed
ab1d322
Copy full SHA for ab1d322
memory leak fix
tsaizhenling
committed
e693e27
Copy full SHA for e693e27
fix linear gradients
Show description for ef6a679
tsaizhenling
committed
ef6a679
Copy full SHA for ef6a679
Pagination
Previous
Next
You can’t perform that action at this time.