mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Do not use CVAS for FontSettings<T>
This commit is contained in:
parent
def983c295
commit
bf034a83e8
4 changed files with 8 additions and 11 deletions
|
@ -316,7 +316,7 @@
|
|||
|
||||
% if not property.derived_from:
|
||||
match value {
|
||||
DeclaredValue::Value(ref specified_value) => {
|
||||
DeclaredValue::Value(specified_value) => {
|
||||
% if property.ident in SYSTEM_FONT_LONGHANDS and product == "gecko":
|
||||
if let Some(sf) = specified_value.get_system() {
|
||||
longhands::system_font::resolve_system_font(sf, context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue