Skip to content

Commit

Permalink
Various updates:
Browse files Browse the repository at this point in the history
 * Add support for dashed strokes to CPU renderer.

 * Improve glyph rendering of vertically rotated text.

 * Fix issue drawing glyphs with complex transformations.

 * Add support for SVG stroke-dasharray property.

 * Fix issue displaying certain box-shadows, allow box-shadows on native controls.

 * Make single-line text inputs ignore line-height (matches Chrome CSS behavior).

 * Fix issue with dropdown menus not painting.

 * Update user-agent with proper Safari version string so Polymer works properly.

 * Fix crash when loading certain Data URIs.

 * Fix Unicode display issue when calling Window::SetTitle() on Windows.
  • Loading branch information
adamjs committed Dec 10, 2022
1 parent 3e70dc7 commit 59796cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ elseif (PORT MATCHES "UltralightWin")
endif ()
endif ()

set(ULTRALIGHTCORE_REV "10841b49")
set(WEBCORE_REV "b3edb902")
set(ULTRALIGHT_REV "ebdd248e")
set(APPCORE_REV "0564064")
set(ULTRALIGHTCORE_REV "07737e9d")
set(WEBCORE_REV "48e8f148")
set(ULTRALIGHT_REV "b57dc8e5")
set(APPCORE_REV "0e4e942")

set(ULTRALIGHTCORE_DIR "${CMAKE_CURRENT_BINARY_DIR}/deps/UltralightCore/")
set(WEBCORE_DIR "${CMAKE_CURRENT_BINARY_DIR}/deps/WebCore/")
Expand Down

0 comments on commit 59796cc

Please sign in to comment.