Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 188ca3010ccbe2d757d2b3248600b18c29e1904c
      
https://github.com/WebKit/WebKit/commit/188ca3010ccbe2d757d2b3248600b18c29e1904c
  Author: Fujii Hironori <[email protected]>
  Date:   2024-08-19 (Mon, 19 Aug 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/controls/SliderTrackPart.cpp

  Log Message:
  -----------
  Tick marks of range input type aren't drawn in the page zoom factor < 1
https://bugs.webkit.org/show_bug.cgi?id=278303

Reviewed by Alan Baradlay.

Tick mark tickness was 1px and truncating to a integar. If a zoom
factor was less than 1, the tickness became 0, and no tick marks were
displayed. Use FloatSize for sliderTickSize rather than IntSize.

* Source/WebCore/platform/graphics/controls/SliderTrackPart.cpp:
(WebCore::SliderTrackPart::drawTicks const):

Canonical link: https://commits.webkit.org/282451@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to