Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (30 loc) · 504 Bytes

goal.md

File metadata and controls

34 lines (30 loc) · 504 Bytes

weex-svg计划

预计开发时间2周左右。

一期计划,实现对常用元素的渲染实现,从而满足对于weex项目最基本的svg需求

circle,
ellipse,
g,
linear-gradient,
radial-gradient,
line,
path,
polygon,
polyline,
rect,
symbol,
text,
use,
defs,
stop

支持对部分表现属性的支持:

fill: 颜色填充
stroke: 描边
strokeWidth: 描边宽度
strokeLinecap: 线条头部形状
rotate: 旋转
x: x轴上的平移
y: y轴上的平移