summaryrefslogtreecommitdiff
path: root/locales/index.d.ts
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2025-10-20 15:05:23 +0900
committerGitHub <noreply@github.com>2025-10-20 15:05:23 +0900
commit8714945ec9deb88e1af6164b9290c9cf7e633aab (patch)
treeacd0db676544c524e7b6ace0c36ae51c376bb20f /locales/index.d.ts
parentMerge branch 'develop' of https://github.com/misskey-dev/misskey into develop (diff)
downloadmisskey-8714945ec9deb88e1af6164b9290c9cf7e633aab.tar.gz
misskey-8714945ec9deb88e1af6164b9290c9cf7e633aab.tar.bz2
misskey-8714945ec9deb88e1af6164b9290c9cf7e633aab.zip
fix(frontend): ウォーターマーク配置のエフェクトが壊れている問題を修正 (#16662)
* fix(frontend): ウォーターマーク配置のエフェクトが壊れている問題を修正 * enhance: add settings for noBoundingBoxExpansion * Update Changelog * fix * perf: ウォーターマークのrepeatをWRAP属性で制御するように * fix: ウォーターマークをrepeatした際に回転や拡大縮小の中心が「位置」設定を考慮しないのを修正 * fix: ウォーターマークをrepeatした際にマージンが各ウォーターマークごとのマージンとなっていない問題を修正 * fix: リピートモード時の拡大縮小の原点が、アライメントの設定にかかわらず左上になる問題を修正 * enhance: preserveBoundingRect の翻訳文字を変更 * fix: remove description * fix * fix: 回転の向きが逆になっているのを修正 * fix: マージンは元画像の大きさに対する割合で算出するように * Update watermarkPlacement.ts --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Diffstat (limited to 'locales/index.d.ts')
-rw-r--r--locales/index.d.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index d79db121db..96d6c890a8 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -12346,6 +12346,10 @@ export interface Locale extends ILocale {
*/
"repeat": string;
/**
+ * 回転時はみ出ないように調整する
+ */
+ "preserveBoundingRect": string;
+ /**
* 不透明度
*/
"opacity": string;