# svgviewer **Repository Path**: helloalbertlee/svgviewer ## Basic Information - **Project Name**: svgviewer - **Description**: one viewer of svg - **Primary Language**: C++ - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-27 - **Last Updated**: 2022-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libsvg project #### Intro项目介绍 * 实现svg的解析和处理函数库,并提供svg浏览、编辑、导出等应用程序 * 飞雪连天射白鹿,笑书神侠倚碧渊 ## directories目录 * libsvg: libsvg.dll * SvgViewer: test app * examples: svgfiles ## libsvg.dll see libsvg\ ## (test app) SvgViewer see SvgViewer\ ## References [SVG: Scalable Vector Graphics](https://developer.mozilla.org/en-US/docs/Web/SVG) ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request