Hi all,
i would add the css property: text-shadow. I would extend CSSBox to draw text shadow. I can draw a string with shadow and this property is present inside html:
<style>
.table{
Hi, yes, the Analyzer ignores the unsupported properties and unfortunately, we didn't manage to add all the CSS3 properties yet. I keep extending the set of supported properties as the time allows.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
i would add the css property: text-shadow. I would extend CSSBox to draw text shadow. I can draw a string with shadow and this property is present inside html:
<style>
.table{
}
</style>But the Analyzer ignores text-shadow. Maybe JStyleParse ignores this property.
Hi, yes, the Analyzer ignores the unsupported properties and unfortunately, we didn't manage to add all the CSS3 properties yet. I keep extending the set of supported properties as the time allows.