mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-11 08:50:24 +00:00
Since managing multiple pathes by a painter or a stroke, multiple pathes will be drawn in one "dashed" function call. And its vdasher's moveTo() function only do the job properly when there is only one moveTo call. Now, the moveTo() function initialize internal properties properly. Change-Id: I4dd45d480f27dce734ce2ef8d1ff38774c589e64
BUILD INSTRUCTION ================= 1. install meson build system. ( follow instruction in this link http://mesonbuild.com/Getting-meson.html ) 2. install ninja build tool (https://ninja-build.org/) 4. invoke meson build/ or meson -Dexample=true build/ 5. invoke ninja inside the build folder. NOTE: run meson configure to see all the build options BUILD EXAMPLE =============== 1. meson configure -Dexample=true 2. ninja 3. to run example invoke ./build/example/demo
Description
Languages
Swift
45.3%
C
42.6%
Objective-C
5%
Assembly
3.2%
C++
1.7%
Other
1.9%