Skip to content

Commit e077405

Browse files
committed
Use float as pixel type
1 parent 268cd4b commit e077405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/litehtml/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace litehtml
2727
class document;
2828
class element;
2929

30-
using pixel_t = int;
30+
using pixel_t = float;
3131

3232
using string_map = std::map<string, string>;
3333
using elements_list = std::list<std::shared_ptr<element>>;

0 commit comments

Comments
 (0)