Skip to content

Commit

Permalink
increase zIndex of point visualization to bring it above anchor names
Browse files Browse the repository at this point in the history
  • Loading branch information
ollimeier committed Oct 3, 2024
1 parent 99b8aa2 commit 6408e3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/fontra/views/editor/visualization-layer-definitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ registerVisualizationLayerDefinition({
selectionMode: "editing",
userSwitchable: true,
defaultOn: true,
zIndex: 600,
zIndex: 540,
screenParameters: { fontSize: 11 },
colors: { boxColor: "#FFFB", color: "#000" },
colorsDarkMode: { boxColor: "#1118", color: "#FFF" },
Expand Down Expand Up @@ -959,7 +959,7 @@ registerVisualizationLayerDefinition({
identifier: "fontra.startpoint.indicator",
name: "Startpoint indicator",
selectionMode: "editing",
zIndex: 500,
zIndex: 550,
screenParameters: { radius: 9, strokeWidth: 2 },
colors: { color: "#989898A0" },
colorsDarkMode: { color: "#989898A0" },
Expand Down Expand Up @@ -1136,7 +1136,7 @@ registerVisualizationLayerDefinition({
identifier: "fontra.handles",
name: "Bezier handles",
selectionMode: "editing",
zIndex: 500,
zIndex: 550,
screenParameters: { strokeWidth: 1 },
colors: { color: "#BBB" },
colorsDarkMode: { color: "#777" },
Expand All @@ -1154,7 +1154,7 @@ registerVisualizationLayerDefinition({
identifier: "fontra.nodes",
name: "Nodes",
selectionMode: "editing",
zIndex: 500,
zIndex: 550,
screenParameters: { cornerSize: 8, smoothSize: 8, handleSize: 6.5 },
colors: { color: "#BBB" },
colorsDarkMode: { color: "#BBB" },
Expand Down

0 comments on commit 6408e3b

Please sign in to comment.