Add object/marking position "inside"

Close #16
This commit is contained in:
2024-05-11 03:55:50 +02:00
parent d68c114905
commit 9c80957709
2 changed files with 2 additions and 2 deletions

2
l18n

Submodule l18n updated: eff355e85c...49b1e7a428

View File

@ -12,7 +12,7 @@ declare(strict_types = 1);
final class MDObjectPositionsSet extends MDValueSet {
const POSITIONS = [
'left', 'top_left', 'top', 'top_right', 'right', 'bottom_right', 'bottom', 'bottom_left', 'center', 'rear_side', 'edge', 'other',
'left', 'top_left', 'top', 'top_right', 'right', 'bottom_right', 'bottom', 'bottom_left', 'center', 'rear_side', 'edge', 'inside', 'other',
];
/**