-
**What sample tool are you using?**
CopilotStudioSamples/BuildYourOwnCanvasSamples
**Describe the bug**
Cx has written the code in standard web chat interface, and they followed the documents tha…
-
HTML is the way information and UI is generally represented on the web. This declarative format has all of the advantages that we know about: admits user agent features, responsive design, accessibili…
-
### Issue Type
Before opening an issue, please search and see if it has already been raised.
- [x] Bug Report
- [x] Successfully reproduced against the latest version of NW.js?
### Current/M…
-
Feature Request 1:
A canvas has a HINT under Properties. The Hint has a Title and Content. Neither of these appear to make it into the HTML output.
I was incorrectly assuming that if I populate…
-
### Context
It would be very helpful (for development, and accessibility) to be able to synchronize DOM-based text with the game canvas. This could be used for dialogue, subtitles, and more.
###…
-
Using the image library on web to apply the transformations is slow and freezes the UI.
Using the following method instead of "cropImageDataWithDartLibrary" takes significantly less time and doesn't …
-
### Steps to reproduce
Link to live example: (required)
Steps:
1. Use a mui-toolpad version equal or higher than 0.1.54
2. Add a custom component from another library that uses styled-componen…
-
It would be great to have the ability to export all the canvases from the new 4o with Canvas chat.
Would appreciate if you could provide that feature.
-
svg绘制出来的每一个图形的元素都是独立的DOM节点,能够方便的绑定事件或用来修改。canvas输出的是一整幅画布
svg输出的图形是矢量图形,后期可以修改参数来自由放大缩小,不会失真和锯齿。而canvas输出标量画布,就像一张图片一样,放大会失真或者锯齿
-
The canvas API supports taking an existing HTMLCanvasElement, calling the `transferControlToOffscreen` method and obtaining a new `OffscreenCanvas` which wraps the existing canvas state. The existing …