awtk/src/svg
2021-01-02 18:46:08 +08:00
..
bsvg_builder.c update copyright date 2021-01-02 18:46:08 +08:00
bsvg_builder.h update copyright date 2021-01-02 18:46:08 +08:00
bsvg_common.h update copyright date 2021-01-02 18:46:08 +08:00
bsvg_draw.c update copyright date 2021-01-02 18:46:08 +08:00
bsvg_draw.h update copyright date 2021-01-02 18:46:08 +08:00
bsvg_to_svg.c update copyright date 2021-01-02 18:46:08 +08:00
bsvg_to_svg.h update copyright date 2021-01-02 18:46:08 +08:00
bsvg.c update copyright date 2021-01-02 18:46:08 +08:00
bsvg.h update copyright date 2021-01-02 18:46:08 +08:00
README.md update docs 2018-11-24 18:48:38 +08:00
svg_path_parser.c update copyright date 2021-01-02 18:46:08 +08:00
svg_path_parser.h update copyright date 2021-01-02 18:46:08 +08:00
svg_path.c update copyright date 2021-01-02 18:46:08 +08:00
svg_path.h update copyright date 2021-01-02 18:46:08 +08:00
svg_shape.c update copyright date 2021-01-02 18:46:08 +08:00
svg_shape.h update copyright date 2021-01-02 18:46:08 +08:00
svg_to_bsvg.c update copyright date 2021-01-02 18:46:08 +08:00
svg_to_bsvg.h update copyright date 2021-01-02 18:46:08 +08:00

Scalable Vector Graphics

AWTK把SVG转换成二进制格式的BSVG可以大幅提升解析速度和降低文件体积。

目前仅仅支持SVG部分特性。

Shape支持

  • 1.rect
  • 2.circle
  • 3.line
  • 4.ellipse
  • 5.polygon
  • 6.polyline

Path支持

  • 1.M/m
  • 2.L/l
  • 3.V/v
  • 4.H/h
  • 5.C/c
  • 6.Q/q
  • 7.A/a