Css transform property support for QWebEngineView
Unsolved
3rd Party Software
-
I am triying to develop a plugin for Qgis using Python bindings for Qt5. The plugin itself is mainly based on a QWebEngineView that displays a web application which itself uses webGL.
Some HTML components uses the CSS property transform , for example "transform: perspective(356px) rotateX(60deg)".
My first observation is that the components using transform are not rendering well and when i inspect QWebEngineView i can see that the css transform property is tagged as unknown property.
My question is : Does QWebEngineView support the css property transform?