nanosvg.*

类型
版本 发行版本 2024.3703
关键词 SVG, nanosvg
平台 Android、iOS、macOS、Windows、tvOS

概述

此插件使用 Nano SVG 库提供栅格化简单 SVG 矢量图像的功能。

并非所有 SVG 文件都适用于 Nano SVG。 请务必测试各个文件的兼容性。

语法

local nanosvg = require( "plugin.nanosvg" )

函数

nanosvg.newImage()

nanosvg.newTexture()

项目设置

要使用此插件,请在 `build.settings` 的 `plugins` 表中添加一个条目。 添加后,构建服务器将在构建阶段集成该插件。

settings =
{
    plugins =
    {
        ["plugin.nanosvg"] =
        {
            publisherId = "com.coronalabs"
        },
    },
}