Changeset 239312 in webkit


Ignore:
Timestamp:
Dec 17, 2018 6:45:05 PM (5 years ago)
Author:
Devin Rousso
Message:

Web Inspector: Canvas: path view is misaligned
https://bugs.webkit.org/show_bug.cgi?id=192761

Reviewed by Joseph Pecoraro.

  • UserInterface/Views/RecordingContentView.css:

(.content-view:not(.tab).recording :matches(img, canvas)):
(.content-view:not(.tab).recording canvas.path):

Location:
trunk/Source/WebInspectorUI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebInspectorUI/ChangeLog

    r239286 r239312  
     12018-12-17  Devin Rousso  <drousso@apple.com>
     2
     3        Web Inspector: Canvas: path view is misaligned
     4        https://bugs.webkit.org/show_bug.cgi?id=192761
     5
     6        Reviewed by Joseph Pecoraro.
     7
     8        * UserInterface/Views/RecordingContentView.css:
     9        (.content-view:not(.tab).recording :matches(img, canvas)):
     10        (.content-view:not(.tab).recording canvas.path):
     11
    1122018-12-17  Devin Rousso  <drousso@apple.com>
    213
  • trunk/Source/WebInspectorUI/UserInterface/Views/RecordingContentView.css

    r236237 r239312  
    7979
    8080.content-view:not(.tab).recording :matches(img, canvas) {
     81    position: absolute;
    8182    max-width: 100%;
    8283    max-height: 100%;
     
    8485
    8586.content-view:not(.tab).recording canvas.path {
    86     position: absolute;
    8787    z-index: 10;
    8888}
Note: See TracChangeset for help on using the changeset viewer.