Показать сообщение отдельно
  #675 (permalink)  
Старый 06.01.2015, 22:55
Интересующийся
Отправить личное сообщение для ssadfaf Посмотреть профиль Найти все сообщения от ssadfaf
 
Регистрация: 28.12.2014
Сообщений: 20

Яблочники, создавшие канвас - козлы!
Размер канваса нельзя задать в цсс, только хтмл аттрибутом, иначе он их не кушает и всё перекособочивает.
Цитата:
The canvas element has two attributes to control the size of the element's bitmap: width and height. These attributes, when specified, must have values that are valid non-negative integers. The rules for parsing non-negative integers must be used to obtain their numeric values. If an attribute is missing, or if parsing its value returns an error, then the default value must be used instead. The width attribute defaults to 300, and the height attribute defaults to 150.
Отсюда: canvas-is-stretched-when-using-css-but-normal-with-width-height-properties
А хтмл не даёт задать размер в емах.
Вот такие предлагаются окольные пути.
Ответить с цитированием