mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-03-11 15:21:26 -05:00
fix
This commit is contained in:
parent
6f4c56bc2c
commit
57c1fd356b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { BlendMode as PenpotBlendMode } from '@ui/lib/types/utils/blendModes';
|
||||||
export const translateBlendMode = (blendMode: BlendMode): PenpotBlendMode => {
|
export const translateBlendMode = (blendMode: BlendMode): PenpotBlendMode => {
|
||||||
switch (blendMode) {
|
switch (blendMode) {
|
||||||
case 'PASS_THROUGH':
|
case 'PASS_THROUGH':
|
||||||
return 'normal';
|
return 'normal'; //@TODO: is not translatable in penpot, this is the closest one
|
||||||
case 'NORMAL':
|
case 'NORMAL':
|
||||||
return 'normal';
|
return 'normal';
|
||||||
case 'DARKEN':
|
case 'DARKEN':
|
||||||
|
|
Loading…
Add table
Reference in a new issue