XCanG

Results 70 comments of XCanG

What about **calc()** function? May be use some algorithm co calculate heigh of stroke? (relative **%, vh** and fixed **px, other**)

@Arnavion https://developer.mozilla.org/en/docs/Web/CSS/calc

Using negative order, for example: first line subtitle will have position: `top: 100%` when second line incoming first stay at `top: calc(100%-0)` and second will be at `top: calc(100%-30px)` when...

In my idea this relative 100% calculating by one method, other fixed 30px calculated by another metod and both of them resolve problem. As the backup I know other method,...

For more 2 lines it will look like this: http://jsfiddle.net/b9hg3kag/2/

Ok, but how about this example? If it can apply on subs lines.

@dariomadeira did you saw that? https://github.com/Arnavion/libjass/issues/33#issuecomment-72072597

Oh, running `npm install` create so many folders (193) in `node_modules` and automatically run building. It build now but with some warnings ``` D:\Docs\libjass-master>npm install npm WARN deprecated [email protected]: Please...

Ok. Issue may be closed. *P.S. add that command (`npm install`) in guide (Readme.md). I think it will help for people, who don't know how to build.*

Will be something like that added in API or not?