Yuta Kitamura
Yuta Kitamura
## Why The main difference between groups and resources was whether they had children. However, I found that there are many icons that can be used as both groups and...
Due to constraints in the drawing process, resources cannot support many-to-many dependencies between parents and children and support one-to-many, so it is not possible to draw Auto scaling groups that...
An architecture diagram may be drawn that places resources along links and boundaries. Examples: Internet gateways, VPN connections, etc. ## On the line of link ## On the line of...
Implement multiple types of connection lines. - [x] straight - [ ] curves - [ ] dotted - [ ] dashed - [x] arrows #27 - [x] orthogonal #134
In architecture diagrams, tables are sometimes used to efficiently illustrate detailed information such as VPC route tables.
Since the argument of drawLine is image.Point (a structure with x,y as integers), the floating point number is cast to an integer. https://github.com/awslabs/diagram-as-code/blob/cc6f6ce118fab8231a735216cc0766cd069d0f4c/internal/types/link.go#L116-L119 Considering extensibility, an option is to create...
## why There is no mechanism to detect circular references, so incorrect references will cause stack overflows. ``` $ cat rec.yaml Diagram: Resources: Canvas: Type: AWS::Diagram::Canvas Direction: vertical Children: -...
Need to create a correspondence between CloudFormation resource types and architecture icons' labels (preset names). Currently, We are using [this file](https://github.com/awslabs/diagram-as-code/blob/main/tools/make-definition-from-pptx-mappings) to list the corresponding resource types. ## workaround You...
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.