Is there any way to make this library support border-image css so that page border can be decorated with image? I am trying to use this css code. ``` #borderimg1 { border: 10px solid transparent; padding: 15px; border-image: url(border.png) 30 round; } ```