Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
Type
/
to search
Sign in
Sign up
Appearance settings
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 }}
Newspad
/
SVGKit
Public
forked from
SVGKit/SVGKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Oct 27, 2013
Merge branch '1.1.0'
Show description for fb1b3d2
adamgit
authored and
adamgit
committed
fb1b3d2
View commit details
Copy full SHA for fb1b3d2
Browse repository at this point
Final 1.1.0 build - updated library name to remove 'pre'
adamgit
authored and
adamgit
committed
49fca37
View commit details
Copy full SHA for 49fca37
Browse repository at this point
ADDED: demo of very large SVG that uses lots of RAM and has difficult parsing characteristics
adamgit
authored and
adamgit
committed
238932d
View commit details
Copy full SHA for 238932d
Browse repository at this point
BACK-ported: MartinMReed's fix for iOS7 naming conflict
adamgit
authored and
adamgit
committed
6dc821c
View commit details
Copy full SHA for 6dc821c
Browse repository at this point
Added recursive option to CALayer cloning
adamgit
authored and
adamgit
committed
7345bbd
View commit details
Copy full SHA for 7345bbd
Browse repository at this point
Commits on Oct 3, 2013
Merge pull request #105 from MartinMReed/master
Show description for 66061ca
adamgit
committed
66061ca
View commit details
Copy full SHA for 66061ca
Browse repository at this point
Commits on Sep 19, 2013
Fixes CGPathAddRoundedRect compile error on iOS 7. Resolves issue #99
MartinMReed
committed
180f8d7
View commit details
Copy full SHA for 180f8d7
Browse repository at this point
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
View commit details
Copy full SHA for ebbdc58
Browse repository at this point
SVGKSource subclasses accidentally dropped from Xcode build, moved back to PUBLIC
adamgit
authored and
adamgit
committed
19e244a
View commit details
Copy full SHA for 19e244a
Browse repository at this point
Commits on Sep 7, 2013
Merge pull request #96 from tsaizhenling/1.1.0
Show description for 4755d51
adamgit
committed
4755d51
View commit details
Copy full SHA for 4755d51
Browse repository at this point
Reduce memory usage during parse (experimental; works, but we need to apply this to all methods inside SVGKPointsAndPathsParser)
adamgit
authored and
adamgit
committed
570eacd
View commit details
Copy full SHA for 570eacd
Browse repository at this point
Commits on Jul 31, 2013
Merge branch 'master' into 1.1.0
Show description for 67db4d5
tsaizhenling
committed
67db4d5
View commit details
Copy full SHA for 67db4d5
Browse repository at this point
Commits on Jul 22, 2013
moved file to right directory
tsaizhenling
committed
72c1954
View commit details
Copy full SHA for 72c1954
Browse repository at this point
added support for radial gradients(only for SVGFastImageView). gradient masking now works for SVGFastImageView. added test file radialGradientTest.svg
tsaizhenling
committed
b8427b9
View commit details
Copy full SHA for b8427b9
Browse repository at this point
Commits on Jun 5, 2013
Merged: https://github.com/SVGKit/SVGKit/pull/82
adamgit
authored and
adamgit
committed
f1eabd1
View commit details
Copy full SHA for f1eabd1
Browse repository at this point
Git sucks
adamgit
authored and
adamgit
committed
d8d1c77
View commit details
Copy full SHA for d8d1c77
Browse repository at this point
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
View commit details
Copy full SHA for c7ca3c3
Browse repository at this point
Added: tiny tweak to CALayer+RecursiveClone for a missing property that should have been cloned but wasn't
adamgit
authored and
adamgit
committed
015c5f9
View commit details
Copy full SHA for 015c5f9
Browse repository at this point
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
View commit details
Copy full SHA for d9917da
Browse repository at this point
Commits on May 13, 2013
Conditionally set ddLogLevel
dblandin
committed
838496a
View commit details
Copy full SHA for 838496a
Browse repository at this point
Replace NSLog statements with DDLog statements
dblandin
committed
60cc8c4
View commit details
Copy full SHA for 60cc8c4
Browse repository at this point
Add CocoaLumberjack framework
dblandin
committed
1147aed
View commit details
Copy full SHA for 1147aed
Browse repository at this point
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
View commit details
Copy full SHA for 3a2f8be
Browse repository at this point
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
View commit details
Copy full SHA for 0dd5eae
Browse repository at this point
Merge branch '1.1.0' into adding-cloneable-calayers
adamgit
authored and
adamgit
committed
3375aaa
View commit details
Copy full SHA for 3375aaa
Browse repository at this point
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
View commit details
Copy full SHA for d82d91a
Browse repository at this point
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
View commit details
Copy full SHA for 24ca8fc
Browse repository at this point
Merge branch 'master' of https://github.com/tsaizhenling/SVGKit into tsaizhenling-master
adamgit
authored and
adamgit
committed
1d1a5f1
View commit details
Copy full SHA for 1d1a5f1
Browse repository at this point
First draft of cloneable CALayer, needed for some features we want to add to SVGKit later
adamgit
authored and
adamgit
committed
ab1d322
View commit details
Copy full SHA for ab1d322
Browse repository at this point
memory leak fix
tsaizhenling
committed
e693e27
View commit details
Copy full SHA for e693e27
Browse repository at this point
fix linear gradients
Show description for ef6a679
tsaizhenling
committed
ef6a679
View commit details
Copy full SHA for ef6a679
Browse repository at this point
Commits on Apr 14, 2013
FIXED: further subtleties with the handling of viewports and viewboxes (this commit is MUCH MORE ROBUST than previous one, it handles more edge-cases, better)
adamgit
authored and
adamgit
committed
c74a10d
View commit details
Copy full SHA for c74a10d
Browse repository at this point
Updated readme
adamgit
authored and
adamgit
committed
2c8cbb3
View commit details
Copy full SHA for 2c8cbb3
Browse repository at this point
Commits on Apr 13, 2013
FIXED: SVGKit now scales images in a standards-compliant way.
Show description for 12eff67
adamgit
authored and
adamgit
committed
12eff67
View commit details
Copy full SHA for 12eff67
Browse repository at this point
Merge branch '1.1.0' into fixing-viewboxes-and-viewports
adamgit
authored and
adamgit
committed
90bd8e8
View commit details
Copy full SHA for 90bd8e8
Browse repository at this point
Previous
Next
You can’t perform that action at this time.