Sample SVG with Format & Rules ============================== .. code-block:: html MyStar model=sys/tg_test/1 Layer3 model=sys/tg_test/1/double_scalar format=numeral(0.0) format=concat(value:) double scalar model=sys/tg_test/1/short_scalar format=numeral(0.0) format=concat($:)short scalar model=sys/tg_test/1/double_spectrum_ro format=index(1) format=numeral(0.0)double_ro model=test/tarantatestdevice/1/processorinfo format=/temperature/ format=numeral(0.00) ProcessorInfo rule1: { type=layer model=sys/tg_test/1/short_scalar layer=star condition=value > 21 and value<90 } rule2: { type=css model=sys/tg_test/1/double_scalar ifcss={"stroke":"red"} elsecss={"stroke":"yellow"} condition=value > 31 } rule3: { type=css model=sys/tg_test/1/short_scalar ifcss={"stroke":"orange"} elsecss={"stroke":"purple"} condition=value>31 }