mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
LibWeb: Change calc node representation from float to double
This commit is contained in:
parent
f5da6d61b4
commit
421559d725
22 changed files with 75 additions and 75 deletions
|
@ -140,7 +140,7 @@ public:
|
|||
bool operator==(BorderData const&) const = default;
|
||||
};
|
||||
|
||||
using TransformValue = Variant<CSS::AngleOrCalculated, CSS::LengthPercentage, float>;
|
||||
using TransformValue = Variant<CSS::AngleOrCalculated, CSS::LengthPercentage, double>;
|
||||
|
||||
struct Transformation {
|
||||
CSS::TransformFunction function;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue