shape
Here are 200 public repositories matching this topic...
-
Updated
May 5, 2020 - Java
-
Updated
May 11, 2020 - JavaScript
-
Updated
May 30, 2020 - Python
-
Updated
Jun 26, 2020 - R
Leaflet is listed as an external dependency in the rollup config, but it appears to still be bundled in the dist files.
您好,我使用Cmake-gui嘗試建置專案。
我的OpenCV安裝路徑 : C:/OpenCV3.0
CMakeLists.txt中 :
...
opencv
set(CMAKE_PREFIX_PATH ${CMAKE_PREFIX_PATH} C:/OpenCV3.0/opencv/build)
find_package(OpenCV 3 REQUIRED)
include_directories(${OpenCV_INCLUDE_DIRS})
...
Configure第一次結果 :
OpenCV ARCH: x86
OpenCV RUNTIME:
OpenCV STATIC: ON
CMake Warning at C:/OpenCV3.0/opencv/build/OpenCVConfig.cmake:166 (message):
-
Updated
May 24, 2020 - Python
-
Updated
May 20, 2019 - Java
-
Updated
Jun 19, 2020
-
Updated
Apr 17, 2019 - Kotlin
-
Updated
Jun 24, 2020 - TypeScript
-
Updated
Jun 19, 2020 - Java
-
Updated
Mar 18, 2019 - Java
-
Updated
Mar 14, 2020 - TypeScript
-
Updated
Apr 4, 2018 - JavaScript
-
Updated
Aug 9, 2018 - JavaScript
-
Updated
Jan 12, 2020 - C#
Hi *,
I spend half of today figuring out how to display an image on a konva layer in an angular app. Maybe an example in the documentation regarding image handling could save noobs like me a lot of time. But maybe it's just me. Anyway, here's what worked for me (disclaimer: since I'm a javascript beginner, maybe my approach is completely wrong):
import { Component, OnInit, Eve-
Updated
Jun 28, 2020 - Java
-
Updated
Jun 15, 2019 - Java
Improve this page
Add a description, image, and links to the shape topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shape topic, visit your repo's landing page and select "manage topics."
This is a feature request for text ... I'd like to be able to write text with only an outer stroke (no inner stroke).
The main issue with the current fillStroke function is that the stroke gets added to the inside of the font, which makes the font skinnier and hard to read at small sizes.
Here is an example of what Konva does (top text is no stroke, bottom is with a stroke)
![screen shot 20