SDWebImageSVGKitPlugin icon indicating copy to clipboard operation
SDWebImageSVGKitPlugin copied to clipboard

A SDWebImage plugin to support SVG with SVGKit and category

Results 4 SDWebImageSVGKitPlugin issues
Sort by recently updated
recently updated
newest added

Some of my client svg url can not load properly. https://alpha.transmart.co.id/static/frontend/Smartosc/apollo/en_US/images/svg-icons/icons-payment/InDeliveryRed.svg ![simulator_screenshot_3C4DAB68-7224-4841-A4AC-2E6F835F2095](https://user-images.githubusercontent.com/4607287/100201096-317bcf80-2f32-11eb-812a-f8843e1eb56c.png) I am using SVGKFastImageView

[SVGKit repo](https://github.com/SVGKit/SVGKit) seems no longer activelly maintained. And the SVG features support is still lack of support for long time. And there are many many of bugs in implementation. Across...

Can the UIImageView load the svg file has a Image tag is webp base64 data? The example file is in embed file [test2.svg.zip](https://github.com/SDWebImage/SDWebImageSVGCoder/files/3696699/test2.svg.zip)

I'd like to load an SVG with aspect fit but I'd like it to draw top left rather than centered. In other words, skip this behavior: https://github.com/SDWebImage/SDWebImageSVGCoder/blob/master/SDWebImageSVGCoder/Classes/SDWebImageSVGCoderDefine.m#L46 I tried setting...