Anton Shchyrov
Results
2
issues of
Anton Shchyrov
The library unsupported vertical alignment text **SVG** ```svg Test ``` **The resulting picture** [![Library picture][1]][1] **Picture in browser** [![Browser picture][2]][2] [1]: https://i.stack.imgur.com/5WddR.png [2]: https://i.stack.imgur.com/uKSS0.png
feature request
Throughout the library, the int type is used as a low-level socket descriptor. The value itself is obtained when calling the `socket()` function from the `winsock2.h` file in the `connect_socket()`...