Text Tag Problem

What is wrong with text tag problem? I used tex tag as for text but text go outside of drawing at API…

on shapediver web page everything is normal… but in API why it can be?

Text tags are HTML elements, therefore you need to include the css file in your website, along with the javascript viewer:

<link rel='stylesheet' type='text/css' href='https://viewer.shapediver.com/v2/VIEWER_VERSION/sdv.css'>

> <link rel='stylesheet' type='text/css' href='https://viewer.shapediver.com/v2/VIEWER_VERSION/sdv.css'>

that wast but ;

> <link rel='stylesheet' type='text/css' href='https://viewer.shapediver.com/v2/2.28.0/sdv.css'>

solved my problem… after yor answer I realized ı didnt add css library thx