From 10874837bc96574e195997988a5a37d6e798e782 Mon Sep 17 00:00:00 2001 From: g21589 Date: Wed, 20 Jul 2016 16:10:42 +0800 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c2e9cfd..4f1999e 100644 --- a/README.md +++ b/README.md @@ -14,25 +14,34 @@ Version Support Objects ---- * Text - * Font size - * Font family - * Font style: blod, italic - * Color - * Location + * Font size + * Font family + * Font style: blod, italic, underline + * Color + * Location * Picture * Type: jpg/jpeg, png, gif - * location + * Location * Graph * Bar chart * Line chart * Pie chart + * Scatter chart * Table * Location * Size -* Drawing - * Simple block -* Group +* Text block (convert to Div) + * Align (Horizontal and Vertical) + * Background color (single color) + * Border (borderColor, borderWidth, borderType, strokeDasharray) +* Drawing (convert to SVG) + * Simple block (rect, ellipse, roundRect) + * Background color (single color) + * Align (Horizontal and Vertical) + * Border (borderColor, borderWidth, borderType, strokeDasharray) +* Group/Multi-level Group * Level (z-index) +* Theme/Layout License