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
Breadcrumbs
History for
SVGKit
Source
on
1.x
User selector
All users
All time
Commit history
Commits on Jun 4, 2014
Fixed "rotate" transform type.
andmar1x
committed
35deb8a
View commit details
Copy full SHA for 35deb8a
View code at this point
Browse repository at this point
Commits on May 23, 2014
fixed an bug when parse color with #000 format
xlc
committed
38f140d
View commit details
Copy full SHA for 38f140d
View code at this point
Browse repository at this point
Commits on May 10, 2014
FIXED: Xcode 5 keeps breaking the build, major bug. Don't commit changes from Xcode5 if they toucht the project.xbproj files
adamgit
committed
7ab4ab2
View commit details
Copy full SHA for 7ab4ab2
View code at this point
Browse repository at this point
Merge branch '1.x' of github.com:SVGKit/SVGKit into 1.x
adamgit
committed
452730f
View commit details
Copy full SHA for 452730f
View code at this point
Browse repository at this point
Merge branch '1.x' of github.com:SVGKit/SVGKit into 1.x
adamgit
committed
ccf7f98
View commit details
Copy full SHA for ccf7f98
View code at this point
Browse repository at this point
ADDED: autoreleasepool for Apple's memory-wasting Scanner method
adamgit
committed
e5b171d
View commit details
Copy full SHA for e5b171d
View code at this point
Browse repository at this point
better handle null rect
xlc
committed
efe8b9f
View commit details
Copy full SHA for efe8b9f
View code at this point
Browse repository at this point
fixed some memory warnings from static analyzer
xlc
committed
34e62c3
View commit details
Copy full SHA for 34e62c3
View code at this point
Browse repository at this point
fixed some warnings
xlc
committed
0001125
View commit details
Copy full SHA for 0001125
View code at this point
Browse repository at this point
Commits on Apr 21, 2014
Fix import of QuartzCore for case-sensitive disks
djmadcat
committed
233c6c8
View commit details
Copy full SHA for 233c6c8
View code at this point
Browse repository at this point
Commits on Apr 17, 2014
Add a simple implementation of intrinsicContentsSize
Show description for 1e684d8
Abizern
committed
1e684d8
View commit details
Copy full SHA for 1e684d8
View code at this point
Browse repository at this point
Commits on Feb 16, 2014
Change #ifdef's for ENABLE_GLOBAL_IMAGE_CACHE_FOR_SVGKIMAGE_IMAGE_NAMED to work as expected.
Show description for 4b37c54
stephenhouser
committed
4b37c54
View commit details
Copy full SHA for 4b37c54
View code at this point
Browse repository at this point
Revert #define change for pull request to SVGKit/SVGKit
stephenhouser
committed
26890b1
View commit details
Copy full SHA for 26890b1
View code at this point
Browse repository at this point
Move "@synthesize nameUsedToInstantiate" to within
Show description for 0cb0751
stephenhouser
committed
0cb0751
View commit details
Copy full SHA for 0cb0751
View code at this point
Browse repository at this point
Commits on Jan 21, 2014
FIXED: added workaround for Apple's CALayer.h having a property that is iOS6+ only (bug? shouldn't apple's header file have info saying when it was added?)
adamgit
authored and
adamgit
committed
e1fcd30
View commit details
Copy full SHA for e1fcd30
View code at this point
Browse repository at this point
FIXED: missing headers that Xcode5 had dropped from the export
Show description for e07c018
adamgit
authored and
adamgit
committed
e07c018
View commit details
Copy full SHA for e07c018
View code at this point
Browse repository at this point
Commits on Jan 10, 2014
ADDED: Asynchronous parsing of SVGKImage's
Show description for 9109379
adamgit
authored and
adamgit
committed
9109379
View commit details
Copy full SHA for 9109379
View code at this point
Browse repository at this point
FIXED: bug in new asynch loading code
Show description for b9b41d9
adamgit
authored and
adamgit
committed
b9b41d9
View commit details
Copy full SHA for b9b41d9
View code at this point
Browse repository at this point
FIXED: SVGKParser SHOULD now be safe to run multiple copies simultaneously on different thread
Show description for 1081a69
adamgit
authored and
adamgit
committed
1081a69
View commit details
Copy full SHA for 1081a69
View code at this point
Browse repository at this point
Commits on Dec 23, 2013
REFACTORED: exporting SVG's to NSData and UIImage is now much cleaner
Show description for fc999d1
adamgit
authored and
adamgit
committed
fc999d1
View commit details
Copy full SHA for fc999d1
View code at this point
Browse repository at this point
Commits on Dec 18, 2013
Made project build for all architectures (include arm64)
Show description for 673626b
cjhanson
committed
673626b
View commit details
Copy full SHA for 673626b
View code at this point
Browse repository at this point
Commits on Dec 12, 2013
Update SVGKParserDefsAndUse.m
Show description for 5287acd
flemingm
committed
5287acd
View commit details
Copy full SHA for 5287acd
View code at this point
Browse repository at this point
Commits on Nov 25, 2013
iPhone 5s has the same density as 5 and 4
rrbrambley
authored and
cbhl
committed
b53a956
View commit details
Copy full SHA for b53a956
View code at this point
Browse repository at this point
Commits on Nov 22, 2013
Not include unnecessary files in SVGKImage.h so app can contain only it.
rhcad
committed
6d0d0ea
View commit details
Copy full SHA for 6d0d0ea
View code at this point
Browse repository at this point
IMPROVED: greatly reduced the memory allocations during parsing (still some to do, but the main ones are 10x better)
Show description for d54484f
adamgit
committed
d54484f
View commit details
Copy full SHA for d54484f
View code at this point
Browse repository at this point
Commits on Nov 19, 2013
Skipping cache purge and log message when cache is empty
MartinMReed
committed
a226da3
View commit details
Copy full SHA for a226da3
View code at this point
Browse repository at this point
Fixed odd demo scenario that loads a layered image with a nil decoder, improved format and location of populateFromImage.
dgileadi
committed
38b1759
View commit details
Copy full SHA for 38b1759
View code at this point
Browse repository at this point
Removing accidental reverts.
dgileadi
committed
3ed343c
View commit details
Copy full SHA for 3ed343c
View code at this point
Browse repository at this point
Improved the performance and memory usage of parsing individual selectors.
dgileadi
committed
9155571
View commit details
Copy full SHA for 9155571
View code at this point
Browse repository at this point
Moved changes out of core DOM classes.
dgileadi
committed
70ccf42
View commit details
Copy full SHA for 70ccf42
View code at this point
Browse repository at this point
Merge commit '2481673bf6bfbf12da4702fa2ac7460da1c1c861' into 1.x
Show description for 9373c12
dgileadi
committed
9373c12
View commit details
Copy full SHA for 9373c12
View code at this point
Browse repository at this point
Merge commit '9d364bd2e78d748074cd8710a9e5f56974321bfa' into 1.x
Show description for f1c0e1b
dgileadi
committed
f1c0e1b
View commit details
Copy full SHA for f1c0e1b
View code at this point
Browse repository at this point
Merge commit '499b34c536ad855b7664b211740e456460694aa9' into 1.x
Show description for 60d6d59
dgileadi
committed
60d6d59
View commit details
Copy full SHA for 60d6d59
View code at this point
Browse repository at this point
Merge commit 'ec8257ca810888c49e99da61dd009838876d30ff' into 1.x
Show description for 09c65c5
dgileadi
committed
09c65c5
View commit details
Copy full SHA for 09c65c5
View code at this point
Browse repository at this point
Merge pull request #123 from florianreinhart/background-clear-cache
Show description for 781053c
adamgit
committed
781053c
View commit details
Copy full SHA for 781053c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.