Add object/marking position "inside"

Close #16
This commit is contained in:
Joshua Ramon Enslin 2024-05-11 03:55:50 +02:00
parent d68c114905
commit 9c80957709
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE
2 changed files with 2 additions and 2 deletions

2
l18n

@ -1 +1 @@
Subproject commit eff355e85c9519f28eb2ad6a10c3bd1e835bd188 Subproject commit 49b1e7a4282ea70f0db001a64501e69b25b155eb

View File

@ -12,7 +12,7 @@ declare(strict_types = 1);
final class MDObjectPositionsSet extends MDValueSet { final class MDObjectPositionsSet extends MDValueSet {
const POSITIONS = [ 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',
]; ];
/** /**