SVGPath:在Swift中将SVG路径字符串解析为UIBezierPaths

时间:2021-05-28 23:00:16
【文件属性】:
文件名称:SVGPath:在Swift中将SVG路径字符串解析为UIBezierPaths
文件大小:19KB
文件格式:ZIP
更新时间:2021-05-28 23:00:16
Swift 一个用于将SVG路径字符串解析为UIBezierPaths的Swift库 安装 可可豆 pod 'SVGPath' 例子 let path = UIBezierPath ( svgPath : " M85 32C115 68 239 170 281 192 311 126 274 43 244 0c97 58 146 167 121 254 28 28 40 89 29 108 -25-45-67-39-93-24C176 409 24 296 0 233c68 56 170 65 226 27C165 217 56 89 36 54c42 38 116 96 161 122C159 137 108 72 85 32z " )
【文件预览】:
SVGPath-master
----SVGPath()
--------SVGPath.swift(9KB)
--------Info.plist(806B)
--------SVGPath.h(477B)
----SVGPath.podspec(556B)
----SVGPath.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(19KB)
----.travis.yml(217B)
----LICENSE(1KB)
----SVGPathTests()
--------Info.plist(733B)
--------NumberParsingTests.swift(3KB)
--------SVGCommandTests.swift(4KB)
--------ClosePathTests.swift(2KB)
--------QuadCurveToTests.swift(5KB)
--------LineToTests.swift(3KB)
--------TestHelpers.swift(679B)
--------MoveToTests.swift(1KB)
--------CubeCurveToTests.swift(5KB)
--------UIBezierPathTests.swift(7KB)
----README.md(1KB)
----.gitignore(495B)

网友评论