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
SVGKit-iOS.xcodeproj
on
2013base
User selector
All users
All time
Commit history
Commits on Feb 16, 2013
FIXED: SVG <image> tags now render correctly with correct transforms, if the image data is embedded in the SVG (external images MIGHT OR MIGHT NOT work - we have no test data)
adamgit
committed
0a00f44
View commit details
Copy full SHA for 0a00f44
View code at this point
Browse repository at this point
ADDED: full support for transforms applied to TEXT elements (NB: uses the CALayer.affineTransform, which is used nowhere else in SVGKit, because apple doesn't provide the methods we need to do this…
Show description for 9535f26
adamgit
authored and
adamgit
committed
9535f26
View commit details
Copy full SHA for 9535f26
View code at this point
Browse repository at this point
Commits on Feb 13, 2013
PARTIAL: massive refactoring of SVGRectElement and friends, to fix some very old bugs that had us non-compliant with the SVG Spec. This commit is NOT FULLY WORKING - a few test shapes are slighlty …
Show description for 69aa145
adamgit
authored and
adamgit
committed
69aa145
View commit details
Copy full SHA for 69aa145
View code at this point
Browse repository at this point
Commits on Jan 4, 2013
30% reduction in parse-time for large files, by moving most of the DEBUG LOG statements into #define'd if statements, so they don't appear in 'normal' usage
adamgit
committed
928546c
View commit details
Copy full SHA for 928546c
View code at this point
Browse repository at this point
Commits on Jan 3, 2013
FIXED: MAJOR bug in libxml parser (now being worked around) so that XML DTD Entities are now correctly parsed.
Show description for 68d47f1
adamgit
authored and
adamgit
committed
68d47f1
View commit details
Copy full SHA for 68d47f1
View code at this point
Browse repository at this point
Commits on Dec 26, 2012
ADDED: basic cascading stylesheets implementation
Show description for 0fdf370
adamgit
committed
0fdf370
View commit details
Copy full SHA for 0fdf370
View code at this point
Browse repository at this point
Commits on Dec 24, 2012
PARTIALLY FIXED: added the 4 classes (two parsers, two SVGElement's) that provide gradient parsing from master. Currently: outputting blank (using the very simple lingrad01 sample file). HOWEVER: a…
Show description for 31bebc6
adamgit
committed
31bebc6
View commit details
Copy full SHA for 31bebc6
View code at this point
Browse repository at this point
Initial version using adamgit/SVGKit/master
Show description for 316a43d
adamgit
committed
316a43d
View commit details
Copy full SHA for 316a43d
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.