Skip to content

Commit

Permalink
Add radial gradient support. Add native themed drawing for buttons, r…
Browse files Browse the repository at this point in the history
…adio buttons, and checkboxes. Fix issue drawing stroked paths (mitered joins not handled correctly). Fix issue drawing complex box borders. Fix compositing issue with transparent gradients. Fix rendering issues with fractional DPI scaling (closes #185). Downgrade metal version for wider macOS compatibility (closes #180).
  • Loading branch information
adamjs committed Nov 15, 2019
1 parent ab9922f commit 2a237bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ elseif (PORT MATCHES "UltralightWin")
set(PLATFORM "win")
endif ()

set(ULTRALIGHTCORE_REV "099d2ac")
set(WEBCORE_REV "3382307")
set(ULTRALIGHTCORE_REV "711c967")
set(WEBCORE_REV "1137a3c")
set(ULTRALIGHT_REV "9e1e732")
set(APPCORE_REV "1a2fdbe")
set(APPCORE_REV "a26d29e")

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

0 comments on commit 2a237bd

Please sign in to comment.