Title: [239312] trunk/Source/WebInspectorUI
Revision
239312
Author
drou...@apple.com
Date
2018-12-17 18:45:05 -0800 (Mon, 17 Dec 2018)

Log 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):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (239311 => 239312)


--- trunk/Source/WebInspectorUI/ChangeLog	2018-12-18 02:25:25 UTC (rev 239311)
+++ trunk/Source/WebInspectorUI/ChangeLog	2018-12-18 02:45:05 UTC (rev 239312)
@@ -1,5 +1,16 @@
 2018-12-17  Devin Rousso  <drou...@apple.com>
 
+        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):
+
+2018-12-17  Devin Rousso  <drou...@apple.com>
+
         Web Inspector: Audit: add plural result strings
         https://bugs.webkit.org/show_bug.cgi?id=192769
         <rdar://problem/46628680>

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/RecordingContentView.css (239311 => 239312)


--- trunk/Source/WebInspectorUI/UserInterface/Views/RecordingContentView.css	2018-12-18 02:25:25 UTC (rev 239311)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/RecordingContentView.css	2018-12-18 02:45:05 UTC (rev 239312)
@@ -78,12 +78,12 @@
 }
 
 .content-view:not(.tab).recording :matches(img, canvas) {
+    position: absolute;
     max-width: 100%;
     max-height: 100%;
 }
 
 .content-view:not(.tab).recording canvas.path {
-    position: absolute;
     z-index: 10;
 }
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to