mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-02-18 13:29:36 +01:00
fix: compatible safari layers button svg (#8020)
Co-authored-by: ysen <ysen.ge@hairobotics.com> Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
This commit is contained in:
parent
971b4d4ae6
commit
7d8b7fc14d
@ -698,14 +698,18 @@ export const BringForwardIcon = createIcon(arrownNarrowUpJSX, tablerIconProps);
|
|||||||
|
|
||||||
export const SendBackwardIcon = createIcon(arrownNarrowUpJSX, {
|
export const SendBackwardIcon = createIcon(arrownNarrowUpJSX, {
|
||||||
...tablerIconProps,
|
...tablerIconProps,
|
||||||
transform: "rotate(180)",
|
style: {
|
||||||
|
transform: "rotate(180deg)",
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
export const BringToFrontIcon = createIcon(arrowBarToTopJSX, tablerIconProps);
|
export const BringToFrontIcon = createIcon(arrowBarToTopJSX, tablerIconProps);
|
||||||
|
|
||||||
export const SendToBackIcon = createIcon(arrowBarToTopJSX, {
|
export const SendToBackIcon = createIcon(arrowBarToTopJSX, {
|
||||||
...tablerIconProps,
|
...tablerIconProps,
|
||||||
transform: "rotate(180)",
|
style: {
|
||||||
|
transform: "rotate(180deg)",
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -398,7 +398,11 @@ exports[`contextMenu element > right-clicking on a group should select whole gro
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
strokeWidth={2}
|
strokeWidth={2}
|
||||||
transform="rotate(180)"
|
style={
|
||||||
|
{
|
||||||
|
"transform": "rotate(180deg)",
|
||||||
|
}
|
||||||
|
}
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
>
|
>
|
||||||
<g
|
<g
|
||||||
@ -493,7 +497,11 @@ exports[`contextMenu element > right-clicking on a group should select whole gro
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
strokeWidth={2}
|
strokeWidth={2}
|
||||||
transform="rotate(180)"
|
style={
|
||||||
|
{
|
||||||
|
"transform": "rotate(180deg)",
|
||||||
|
}
|
||||||
|
}
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
>
|
>
|
||||||
<g
|
<g
|
||||||
@ -4811,7 +4819,11 @@ exports[`contextMenu element > shows 'Group selection' in context menu for multi
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
strokeWidth={2}
|
strokeWidth={2}
|
||||||
transform="rotate(180)"
|
style={
|
||||||
|
{
|
||||||
|
"transform": "rotate(180deg)",
|
||||||
|
}
|
||||||
|
}
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
>
|
>
|
||||||
<g
|
<g
|
||||||
@ -4906,7 +4918,11 @@ exports[`contextMenu element > shows 'Group selection' in context menu for multi
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
strokeWidth={2}
|
strokeWidth={2}
|
||||||
transform="rotate(180)"
|
style={
|
||||||
|
{
|
||||||
|
"transform": "rotate(180deg)",
|
||||||
|
}
|
||||||
|
}
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
>
|
>
|
||||||
<g
|
<g
|
||||||
@ -5922,7 +5938,11 @@ exports[`contextMenu element > shows 'Ungroup selection' in context menu for gro
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
strokeWidth={2}
|
strokeWidth={2}
|
||||||
transform="rotate(180)"
|
style={
|
||||||
|
{
|
||||||
|
"transform": "rotate(180deg)",
|
||||||
|
}
|
||||||
|
}
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
>
|
>
|
||||||
<g
|
<g
|
||||||
@ -6017,7 +6037,11 @@ exports[`contextMenu element > shows 'Ungroup selection' in context menu for gro
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
strokeWidth={2}
|
strokeWidth={2}
|
||||||
transform="rotate(180)"
|
style={
|
||||||
|
{
|
||||||
|
"transform": "rotate(180deg)",
|
||||||
|
}
|
||||||
|
}
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
>
|
>
|
||||||
<g
|
<g
|
||||||
@ -7740,7 +7764,11 @@ exports[`contextMenu element > shows context menu for element > [end of test] ap
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
strokeWidth={2}
|
strokeWidth={2}
|
||||||
transform="rotate(180)"
|
style={
|
||||||
|
{
|
||||||
|
"transform": "rotate(180deg)",
|
||||||
|
}
|
||||||
|
}
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
>
|
>
|
||||||
<g
|
<g
|
||||||
@ -7835,7 +7863,11 @@ exports[`contextMenu element > shows context menu for element > [end of test] ap
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
strokeWidth={2}
|
strokeWidth={2}
|
||||||
transform="rotate(180)"
|
style={
|
||||||
|
{
|
||||||
|
"transform": "rotate(180deg)",
|
||||||
|
}
|
||||||
|
}
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
>
|
>
|
||||||
<g
|
<g
|
||||||
@ -8618,7 +8650,11 @@ exports[`contextMenu element > shows context menu for element > [end of test] ap
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
strokeWidth={2}
|
strokeWidth={2}
|
||||||
transform="rotate(180)"
|
style={
|
||||||
|
{
|
||||||
|
"transform": "rotate(180deg)",
|
||||||
|
}
|
||||||
|
}
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
>
|
>
|
||||||
<g
|
<g
|
||||||
@ -8713,7 +8749,11 @@ exports[`contextMenu element > shows context menu for element > [end of test] ap
|
|||||||
strokeLinecap="round"
|
strokeLinecap="round"
|
||||||
strokeLinejoin="round"
|
strokeLinejoin="round"
|
||||||
strokeWidth={2}
|
strokeWidth={2}
|
||||||
transform="rotate(180)"
|
style={
|
||||||
|
{
|
||||||
|
"transform": "rotate(180deg)",
|
||||||
|
}
|
||||||
|
}
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
>
|
>
|
||||||
<g
|
<g
|
||||||
|
Loading…
Reference in New Issue
Block a user