| @@ -440,18 +440,21 @@ | ||
| 440 | 440 | 'default' => '', |
| 441 | 441 | ] |
| 442 | 442 | ); |
| 443 | 443 | |
| 444 | - $this->add_control( '_mask_shape', [ | |
| 445 | - 'label' => esc_html__( 'Shape', 'elementor' ), | |
| 446 | - 'type' => Controls_Manager::SELECT, | |
| 447 | - 'options' => $this->get_shapes(), | |
| 448 | - 'default' => 'circle', | |
| 449 | - 'selectors' => $this->get_mask_selectors( '-webkit-mask-image: url( ' . ELEMENTOR_ASSETS_URL . '/mask-shapes/{{VALUE}}.svg );' ), | |
| 450 | - 'condition' => [ | |
| 451 | - '_mask_switch!' => '', | |
| 452 | - ], | |
| 453 | - ] ); | |
| 444 | + $this->add_control( | |
| 445 | + '_mask_shape', | |
| 446 | + [ | |
| 447 | + 'label' => esc_html__( 'Shape', 'elementor' ), | |
| 448 | + 'type' => Controls_Manager::SELECT, | |
| 449 | + 'options' => $this->get_shapes(), | |
| 450 | + 'default' => 'circle', | |
| 451 | + 'selectors' => $this->get_mask_selectors( '-webkit-mask-image: url( ' . ELEMENTOR_ASSETS_URL . '/mask-shapes/{{VALUE}}.svg );' ), | |
| 452 | + 'condition' => [ | |
| 453 | + '_mask_switch!' => '', | |
| 454 | + ], | |
| 455 | + ] | |
| 456 | + ); | |
| 454 | 457 | |
| 455 | 458 | $this->add_control( |
| 456 | 459 | '_mask_image', |
| 457 | 460 | [ |