質問編集履歴

4

画像を変更

2018/08/10 02:55

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- ![](0b26a339c043789352a0f8aca37f85aa.png)
29
+ ![](20f05eb9166a920b858a4585d2ef9168.png)
30
30
 
31
31
 
32
32
 

3

タイトルを変更

2018/08/10 02:55

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- SVG DOM APIでテキストの大きさを取得したい
1
+ テキストの大きさを取得したい
test CHANGED
File without changes

2

タイトルを変更

2018/08/09 06:50

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- テキストの大きさを取得したい
1
+ SVG DOM APIでテキストの大きさを取得したい
test CHANGED
File without changes

1

コードを修正

2018/08/09 00:40

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ```js
10
10
 
11
- const text = document.createElement("http://www.w3.org/2000/svg", "text")
11
+ const text = document.createElementNS("http://www.w3.org/2000/svg", "text")
12
12
 
13
13
  text.textContent = "永"
14
14