new("RGBA", (w * sf, h * sf), (255, 255, 255, 0)) draw = ImageDraw.Draw(im) draw.rounded_rectangle((0, 0, (w - 1) * sf, (h - 1) * sf), fill=c1, radius=radius * sf, outline=outline, width=width * sf) draw.multiline_text((pad * sf, pad * sf), text, ...
function AddCircleScanPostStage(viewer, cartographicCenter, maxRadius, scanColor, duration) { var ScanSegmentShader = "uniform sampler2D colorTexture;\n" + "uniform sampler2D depthTexture;\n" + "varying vec2 v_textureCoordinates;\n" + "u...
integrity sha512-Hdd4287VEJcZXUwv1l8a+vXC1GjOQqXe+VS30w/ypihpcnu9M1n3xeYeJu5CBpeEQj2nAab2xxz28GuA3vp4Ww== dependencies: is-glob "^4.0.1" glob-to-regexp@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297...