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
SVGKImage.m
on
2.x-externalDOM
User selector
All users
All time
Commit history
Commits on Aug 13, 2015
Attempting to use Xcode6 frameworks
adam
committed
2fc922f
View commit details
Copy full SHA for 2fc922f
View code at this point
Browse repository at this point
Commits on Aug 1, 2015
Custom context logging for SVGKit
edave
committed
6045015
View commit details
Copy full SHA for 6045015
View code at this point
Browse repository at this point
Commits on Jul 1, 2015
Support visibility:hidden and display:none
Show description for 217d07f
dgileadi
committed
217d07f
View commit details
Copy full SHA for 217d07f
View code at this point
Browse repository at this point
Commits on Apr 13, 2015
FIXED: some compiler warnings and errors
adam
committed
00c85ee
View commit details
Copy full SHA for 00c85ee
View code at this point
Browse repository at this point
Commits on Apr 11, 2015
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 7, 2015
Fix the handling of the <use> element
greghe
committed
870fee1
View commit details
Copy full SHA for 870fee1
View code at this point
Browse repository at this point
Commits on Apr 4, 2015
Merge pull request #251 from seltzered/Lumberjack-2.x-svgkit
Show description for 4ae8907
adamgit
committed
4ae8907
View commit details
Copy full SHA for 4ae8907
View code at this point
Browse repository at this point
Remove extra if
greghe
committed
ec88c61
View commit details
Copy full SHA for ec88c61
View code at this point
Browse repository at this point
Elements referenced by <use> elements now conform to the transform at their inserted location. The fix here is to save parent node of the inserted element, then set the parent node to the use eleme…
Show description for 7fcf7c5
greghe
committed
7fcf7c5
View commit details
Copy full SHA for 7fcf7c5
View code at this point
Browse repository at this point
Commits on Apr 2, 2015
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
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 28, 2015
Provides basic support for the SVG <switch> element
greghe
committed
4b2b2e0
View commit details
Copy full SHA for 4b2b2e0
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Add a version of cascadedValueForStylableProperty that allows you to choose whether the property is inherited; change code to use that version for properties that don't inherit.
dgileadi
committed
7f1c8c5
View commit details
Copy full SHA for 7f1c8c5
View code at this point
Browse repository at this point
Commits on Mar 16, 2015
Merge branch 'original-2.x' into no-clip-children
Show description for b1ce169
dgileadi
committed
b1ce169
View commit details
Copy full SHA for b1ce169
View code at this point
Browse repository at this point
Commits on Jan 27, 2015
Fixed crash when changing a SVGKLayeredImageView image
buscarini
committed
0747c04
View commit details
Copy full SHA for 0747c04
View code at this point
Browse repository at this point
Commits on Dec 10, 2014
renaming DDLogC methods to DDLog, see cocoa lumberjack issue #220 for why this is okay.
seltzered
committed
21a98b8
View commit details
Copy full SHA for 21a98b8
View code at this point
Browse repository at this point
Commits on Nov 15, 2014
Only apply clipping masks to elements that have the clip-path attribute, not (redundantly) to their children too.
dgileadi
committed
cccd367
View commit details
Copy full SHA for cccd367
View code at this point
Browse repository at this point
Commits on Nov 4, 2014
Renamed sublayerCount and added a comment about it.
dgileadi
committed
afcc98b
View commit details
Copy full SHA for afcc98b
View code at this point
Browse repository at this point
Rebase on proper 2.x branch.
dgileadi
committed
1fb2b5b
View commit details
Copy full SHA for 1fb2b5b
View code at this point
Browse repository at this point
Commits on Aug 14, 2014
Merge branch '2.x' into clip-path
Show description for f824ebf
dgileadi
committed
f824ebf
View commit details
Copy full SHA for f824ebf
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 11, 2014
Finished implementation of <clipPath> (hopefully).
dgileadi
committed
fa90899
View commit details
Copy full SHA for fa90899
View code at this point
Browse repository at this point
Work in progress for adding clipPath support.
dgileadi
committed
fa96154
View commit details
Copy full SHA for fa96154
View code at this point
Browse repository at this point
Commits on May 10, 2014
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
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
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: 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
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 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
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
Commits on Nov 17, 2013
ADDED: code to do a fully legal export of validating SVG files direct from the in-memory representation (tested: works. You can modify the SVG, write it back to disk, reload it)
Show description for adc407b
adamgit
committed
adc407b
View commit details
Copy full SHA for adc407b
View code at this point
Browse repository at this point
Commits on Nov 10, 2013
FIXED: renamed a parameter that prevented Objective-C++ files from linking SVGKit
Show description for 5bf2ee1
adamgit
committed
5bf2ee1
View commit details
Copy full SHA for 5bf2ee1
View code at this point
Browse repository at this point
Commits on Oct 27, 2013
Added recursive option to CALayer cloning
adamgit
authored and
adamgit
committed
7345bbd
View commit details
Copy full SHA for 7345bbd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.