You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chrome is fine, but safari has problem.
rendering is ok, the svg will be scaled to 2x, but when write the character, the stoke will not be in the right place.
code as below: (safari)
'<div id="character-target-1" style: "transform: scale(2)">'
var char1 = HanziWriter.create('character-target-1', '很', {
width: 100,
height: 100,
padding: 5,
showCharacter: false
});
char1.quiz();
The text was updated successfully, but these errors were encountered:
chrome is fine, but safari has problem.
rendering is ok, the svg will be scaled to 2x, but when write the character, the stoke will not be in the right place.
code as below: (safari)
'<div id="character-target-1" style: "transform: scale(2)">'
var char1 = HanziWriter.create('character-target-1', '很', {
width: 100,
height: 100,
padding: 5,
showCharacter: false
});
char1.quiz();
The text was updated successfully, but these errors were encountered: