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
XCodeProjectData
on
2.x
User selector
All users
All time
Commit history
Commits on Aug 1, 2015
Update Custom logging formatters to match actual DDLog macros and not their outdated example
edave
committed
0ba349a
View commit details
Copy full SHA for 0ba349a
View code at this point
Browse repository at this point
Commits on Jun 12, 2015
Improve CSS
Show description for 8b187e0
dgileadi
committed
8b187e0
View commit details
Copy full SHA for 8b187e0
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
FIXED: removed multiple memory leaks and static analyzer warnings
adam
committed
b6ba1d9
View commit details
Copy full SHA for b6ba1d9
View code at this point
Browse repository at this point
ADDED: files that didn't add to last commit
adam
committed
f2f78fc
View commit details
Copy full SHA for f2f78fc
View code at this point
Browse repository at this point
Commits on Apr 11, 2015
ADDED: complete W3C official TestSuite for SVG. FIXED: images that have a percentage width or height on the root SVG element (annoyingly, undefined what that even means) no longer crash / render at…
Show description for 002f5e6
adam
committed
002f5e6
View commit details
Copy full SHA for 002f5e6
View code at this point
Browse repository at this point
FIXED: previous commit broke the URL entry box in demo
adam
committed
54307bf
View commit details
Copy full SHA for 54307bf
View code at this point
Browse repository at this point
ADDED: SVGKSource and all subclasses now support NSCopying. ADDED: SVGKImage now has an asynch version of imageWithSource. ADDED: Demo now intelligently loads each source either from file or from w…
Show description for 4810b0f
adam
committed
4810b0f
View commit details
Copy full SHA for 4810b0f
View code at this point
Browse repository at this point
Commits on Apr 2, 2015
Switch to linking to CocoaLumberjack Framework instead of just copying it's classes.
seltzered
committed
10920c4
View commit details
Copy full SHA for 10920c4
View code at this point
Browse repository at this point
Minor: Updating a definition to reflect change in Lumberjack 2.0
seltzered
committed
08ceef7
View commit details
Copy full SHA for 08ceef7
View code at this point
Browse repository at this point
Merge remote-tracking branch 'SVGKit_origin/2.x' into Lumberjack-2.x-svgkit
seltzered
committed
9ab0fb4
View commit details
Copy full SHA for 9ab0fb4
View code at this point
Browse repository at this point
Commits on Apr 1, 2015
ADDED: better error-handling for bad URLs and for when there's no internet connection in the Demo App
adam
committed
922a872
View commit details
Copy full SHA for 922a872
View code at this point
Browse repository at this point
Re-instated: nil image special test. Added: Tux penguin (good example of famous but failing image)
adam
committed
c268118
View commit details
Copy full SHA for c268118
View code at this point
Browse repository at this point
Fixed some obscure crashing bugs in parser. Updated the Demo app to be much more user friendly, using iOS6+ GUI.
adam
committed
a99abd2
View commit details
Copy full SHA for a99abd2
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Improve the sample with animation (what I thought was "proof" was actually a rendering bug in the code); fix that rendering bug so that clip-path on <g> elements gets its frame adjusted after the S…
Show description for 0874216
dgileadi
committed
0874216
View commit details
Copy full SHA for 0874216
View code at this point
Browse repository at this point
Add an SVG file to the demo app showing that the fix is correct and that the current behavior is incorrect.
dgileadi
committed
6a0616f
View commit details
Copy full SHA for 6a0616f
View code at this point
Browse repository at this point
Commits on Feb 27, 2015
Added demo example file to test radial gradient opacity fix (https://github.com/SVGKit/SVGKit/issues/272).
imac
authored and
imac
committed
3d7c773
View commit details
Copy full SHA for 3d7c773
View code at this point
Browse repository at this point
Commits on Dec 10, 2014
renaming ddlog info-level macros to ones used in CocoaLumberjack 2.x
seltzered
committed
0d7b890
View commit details
Copy full SHA for 0d7b890
View code at this point
Browse repository at this point
Commits on Nov 5, 2014
Added new svg file as a test case.
Krzysztof Nowak
committed
5cc9e41
View commit details
Copy full SHA for 5cc9e41
View code at this point
Browse repository at this point
Commits on Aug 20, 2014
Add dashed stroke SVG to demo project. Clean up unidiomatic -init method where sample svg names are set up.
sweetmandm
committed
88d0c24
View commit details
Copy full SHA for 88d0c24
View code at this point
Browse repository at this point
Commits on Aug 18, 2014
FIXED: Loading images from the web via SVGKSourceURL
adam
committed
d719d50
View commit details
Copy full SHA for d719d50
View code at this point
Browse repository at this point
Commits on Aug 14, 2014
Merge branch '2.x' into image-preserve-aspect
Show description for f436a94
dgileadi
committed
f436a94
View commit details
Copy full SHA for f436a94
View code at this point
Browse repository at this point
Commits on Aug 13, 2014
ADDED: Can load SVG files from NSData sources, with working URL relative links.
Show description for 90cc88b
adamgit
authored and
adamgit
committed
90cc88b
View commit details
Copy full SHA for 90cc88b
View code at this point
Browse repository at this point
Commits on Aug 12, 2014
Add ImageAspectRatio sample to the demo app.
dgileadi
committed
884c8a1
View commit details
Copy full SHA for 884c8a1
View code at this point
Browse repository at this point
Commits on Aug 11, 2014
Added logging for error condition, added sample SVG and image.
dgileadi
committed
3354dc8
View commit details
Copy full SHA for 3354dc8
View code at this point
Browse repository at this point
Commits on Jan 10, 2014
Minor doc improvements
adamgit
authored and
adamgit
committed
8855544
View commit details
Copy full SHA for 8855544
View code at this point
Browse repository at this point
Minor doc improvements
adamgit
authored and
adamgit
committed
7c30541
View commit details
Copy full SHA for 7c30541
View code at this point
Browse repository at this point
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
REFACTORED: cleaned up the Demo source to make it clearer the various tricks going on for people to copy/paste to their own code
adamgit
authored and
adamgit
committed
80e5b82
View commit details
Copy full SHA for 80e5b82
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
Commits on Nov 22, 2013
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 17, 2013
FIXED: fill-opacity being ignored when no fill specified (fixed #115)
adamgit
committed
caedba9
View commit details
Copy full SHA for caedba9
View code at this point
Browse repository at this point
Commits on Nov 10, 2013
ADDED/FIXED: Full support for SVG preserveAspectRatio='meet' (xMinYMin, xMidYMid, etc). NB: no support for SLICE yet
adamgit
authored and
adamgit
committed
f52842f
View commit details
Copy full SHA for f52842f
View code at this point
Browse repository at this point
Commits on Oct 27, 2013
FIXED: parsing of T/t elements, and rendering of Q/q quadratic smooth curves.
adamgit
authored and
adamgit
committed
d1f1925
View commit details
Copy full SHA for d1f1925
View code at this point
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
0c9034d
View commit details
Copy full SHA for 0c9034d
View code at this point
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
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.