This is an old revision of the document!
Analysis of rendering labels on other sites
There are two update methods on label rendering. After each character set in the lines the label delayed update started (timeout is 500 ms). After each click (color changing, motif selecting, etc.) the label update started without a pause. When update of label preview is ready it applied unless user made any other action - this case the change not applied and preview generation starts again. Label's image URL is not the updated image file. There is URL to script which generates label image. Each user action launches a changing parameters of this URL. Тут непонятно написано - во первых заказчик не знает текущего алгоритма, следовательно надо его описать, во вторых мне самому непонятно (заказчику тем более) почему у нас идет смена урла а у них нет
A similar algorithm for rendering the label as in the previous case. The only difference is that the process takes place without timeout. Что лучше, почему?
There are div elements as container for the label. All changes made by the user are displayed directly in the container html markup using javascript. //Надо написать что подобный способ используется в валлстикерс? Чем лучше, чем хуже. Имеет ли смысл в перспективе использовать этот метод? //
The principle of label rendering is similar to the previous case
