基本信息
源码名称:svg转换成android Vector Drawable 源码
源码大小:0.41M
文件格式:.zip
开发语言:js
更新时间:2017-07-23
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍



转换后的代码为如下格式:

<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="1024dp"
    android:height="1024dp"
    android:viewportWidth="1024"
    android:viewportHeight="1024">

    <path
        android:fillColor="#000000"
        android:pathData="M0 0 0 0 0 0Z" />
    <path
        android:fillColor="#000000"
        android:pathData="M1024 590.432l-512-397.44-512 397.44 0-162.048 512-397.44 512 397.44zM896 576l0
384-256 0 0-256-256 0 0 256-256 0 0-384 384-288z" />
</vector>