Sciter2 build 2.0.0.15 is out:
sciter2-tech-preview.zip
- CSS:
text-indent
andtext-align:justify
are back - CSS:
background-repeat:stretch keep-ratio
back/foreground-image-transformation
redesign. Now these properties support multiple functions at the same time:background-image-transformation: hue(red) contrast(0.7);
back/foreground-image-transformation
, new filters:flip-x()
andflip-y()
– mirror of the image in horizontal and vertical directions.- back/foreground-image-transformation, new filters:
flip-x()
andflip-y()
– mirror of the image in horizontal and vertical directions. - DOM inspector/debugger: it got new panel – editable list of code snippets to run in host document namespace.