adobe / adobe/svg-native-viewer

Missing <cstdint> in svgnative/SVGRenderer.h

Open Beginner friendly
#186 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
164
Forks
42
PR merge metrics
No merged PRs in 30d

Description

Found a few bitrots in current git HEAD. It uses `uint32_t` somewhere, without including cstdint.
### Expected Behaviour

### Actual Behaviour

### Reproduce Scenario (including but not limited to)

#### Steps to Reproduce

#### Platform and Version

#### Sample Code that illustrates the problem

#### Logs taken while reproducing problem

Contributor guide

Open the contributing guide

Research direction

Open svgnative/SVGRenderer.h and inspect the use of uint32_t and its current includes. Add the missing standard header, then build the project to confirm the header compiles cleanly and the bitrot is resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-graphics
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.