Skip to content

Commit ba55238

Browse files
committed
feat: deprecate wx-painting-pixel-ratio
1 parent 2deb791 commit ba55238

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

float-pigment-css/src/property.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ property_list! (PropertyValueWithGlobal, {
183183
0xe2 WxScrollbarY: ScrollbarType as Initial default Scrollbar::Auto;
184184
0xe3 WxScrollbarYColor: ColorType as Initial default Color::Undefined;
185185
0xe4 WxContain: ContainType as Initial default Contain::None;
186-
0xe5 WxPaintingPixelRatio: NumberType as Initial default Number::F32(1.);
187186

188187
0xfa CustomProperty: CustomPropertyType as Initial default CustomProperty::None;
189188
// considering bincode performance, the max value should be 0xfa
@@ -1326,7 +1325,6 @@ property_value_format! (PropertyValueWithGlobal, {
13261325
_wx_scrollbar_color: {{ (WxScrollbarXColor, WxScrollbarYColor)
13271326
= <color_repr>{1, 2} -> split_hv
13281327
}};
1329-
_wx_painting_pixel_ratio: {{ WxPaintingPixelRatio = <number> }};
13301328
_wx_line_clamp: {{ WxLineClamp = <number> }};
13311329
_wx_contain: {{ WxContain
13321330
= "none" => ContainType::None

0 commit comments

Comments
 (0)