Commit 6d78b050 authored by Adam Barth's avatar Adam Barth

Remove reference to oblique

We removed this value from the engine because it's not useful.
parent 7064551a
......@@ -183,7 +183,6 @@ class TextStyle {
cssStyle['font-style'] = const {
FontStyle.normal: 'normal',
FontStyle.italic: 'italic',
FontStyle.oblique: 'oblique',
}[fontStyle];
}
if (decoration != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment