====== Differences ====== This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
images [2017/02/27 07:58] pierrox created |
images [2017/02/27 19:44] (current) pierrox [Notes regarding SVG] |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| ====== Notes regarding SVG ====== | ====== Notes regarding SVG ====== | ||
| - | Lightning Launcher supports the following subset of the SVG specification: | + | As of V14.2, Lightning Launcher supports the following subset of the SVG specification: |
| * elements: rect, circle, ellipse, path, group, svg, linearGradient, radialGradient | * elements: rect, circle, ellipse, path, group, svg, linearGradient, radialGradient | ||
| * transforms: matrix, translate, rotate, scale, skewX, skewY | * transforms: matrix, translate, rotate, scale, skewX, skewY | ||
| Line 32: | Line 32: | ||
| - | SVG images in Lightning can be dynamically modified through scripts and bindings (for instance change the background of a battery icon from gred to reen according to the current level). | + | SVG images in Lightning can be dynamically modified through scripts and bindings (for instance change the background of a battery icon from green to red according to the current level). |