Skip to content

Commit 84dd484

Browse files
sourceに関する表現を変更
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent dd29115 commit 84dd484

File tree

1 file changed

+2
-2
lines changed
  • crates/typst-library/src/visualize/image

1 file changed

+2
-2
lines changed

crates/typst-library/src/visualize/image/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ pub struct ImageElem {
4848
/// 画像ファイルへの[path]($syntax/#paths)、
4949
/// あるいはサポートされている[format]($image.format)のいずれかで構成された画像を表す生のバイト列。
5050
///
51-
/// バイト列は、行優先(row-major)かつ左から右、
52-
/// 上から下に並んだ生のピクセルデータを指定するために使用できます
51+
/// バイト列を使う場合は、生のピクセルデータを左から右へ、上から下へと並べた
52+
/// 行優先(row-major)形式で指定します
5353
///
5454
/// ```example
5555
/// #let original = read("diagram.svg")

0 commit comments

Comments
 (0)